Skip to content
Snippets Groups Projects
Select Git revision
  • 94b5bd8e1f70d49a3002d21e978cc95508003534
  • master default protected
  • feature/PRXS-3383-CollectionsRankSortAPI
  • fix/PRXS-3401-ValidateValidationOpts
  • feature/3149-LocaleCodeAsID-Feature
  • feature/PRXS-3383-CollectionsSort
  • feature/3109-SerializeFeature
  • release/0.33
  • feature/3109-RecoverySchema
  • feature/3109-feature
  • fix/PRXS-3369-ValidateFields
  • refactor/PRXS-3306-MovePkgGroup1
  • refactor/6-pkg-refactor-expr
  • fix/PRXS-3360-TemplateBuilderPatch
  • feature/3293-MongoV2
  • feature/3272-GoVersionUp
  • feature/PRXS-3218-HideTemplateActions
  • feature/PRXS-3234-PruneIdents
  • feature/3146-UpdateItemStorageInterface
  • feature/3274-ObjectIndexesFixes
  • feature/PRXS-3143-3235-ReferenceOptions
  • v0.33.1
  • v0.32.0
  • v0.31.1
  • v0.31.0
  • v0.30.0
  • v0.29.0
  • v0.28.0
  • v0.27.0-alpha.1+16
  • v0.27.0-alpha.1+15
  • v0.27.0-alpha.1+14
  • v0.27.0-alpha.1+13
  • v0.27.0-alpha.1+12
  • v0.27.0-alpha.1+11
  • v0.27.0-alpha.1+10
  • v0.27.0-alpha.1+9
  • v0.27.0-alpha.1+8
  • v0.27.0-alpha.1+7
  • v0.27.0-alpha.1+6
  • v0.27.0-alpha.1+5
  • v0.27.0-alpha.1+4
41 results

go.mod

Blame
  • user avatar
    Danis Kirasirov authored
    f783f563
    History
    This project manages its dependencies using Go Modules. Learn more
    go.mod 2.51 KiB
    module git.perx.ru/perxis/perxis-go
    
    go 1.22
    
    require (
    	github.com/avast/retry-go/v4 v4.5.1
    	github.com/bep/gowebp v0.2.0
    	github.com/expr-lang/expr v1.15.8
    	github.com/go-kit/kit v0.13.0
    	github.com/gosimple/slug v1.13.1
    	github.com/hashicorp/go-multierror v1.1.1
    	github.com/hashicorp/golang-lru/v2 v2.0.7
    	github.com/json-iterator/go v1.1.12
    	github.com/mitchellh/mapstructure v1.5.0
    	github.com/nats-io/nats.go v1.31.0
    	github.com/pkg/errors v0.9.1
    	github.com/rs/xid v1.5.0
    	github.com/stretchr/testify v1.8.4
    	go.mongodb.org/mongo-driver v1.13.0
    	go.opentelemetry.io/otel v1.21.0
    	go.opentelemetry.io/otel/trace v1.21.0
    	go.uber.org/zap v1.26.0
    	golang.org/x/crypto v0.15.0
    	golang.org/x/image v0.14.0
    	golang.org/x/net v0.18.0
    	golang.org/x/oauth2 v0.14.0
    	google.golang.org/grpc v1.59.0
    	google.golang.org/protobuf v1.31.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	github.com/kr/pretty v0.3.1 // indirect
    	github.com/rogpeppe/go-internal v1.10.0 // indirect
    )
    
    require (
    	cloud.google.com/go/compute v1.23.3 // indirect
    	cloud.google.com/go/compute/metadata v0.2.3 // indirect
    	github.com/brianvoe/gofakeit/v6 v6.26.3
    	github.com/davecgh/go-spew v1.1.1 // indirect
    	github.com/go-kit/log v0.2.1 // indirect
    	github.com/go-logfmt/logfmt v0.6.0 // indirect
    	github.com/go-logr/logr v1.3.0 // indirect
    	github.com/go-logr/stdr v1.2.2 // indirect
    	github.com/golang/protobuf v1.5.3 // indirect
    	github.com/golang/snappy v0.0.4 // indirect
    	github.com/gosimple/unidecode v1.0.1 // indirect
    	github.com/hashicorp/errwrap v1.1.0 // indirect
    	github.com/klauspost/compress v1.17.3 // indirect
    	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    	github.com/modern-go/reflect2 v1.0.2 // indirect
    	github.com/montanaflynn/stats v0.7.1 // indirect
    	github.com/nats-io/nkeys v0.4.6 // indirect
    	github.com/nats-io/nuid v1.0.1 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/stretchr/objx v0.5.1 // indirect
    	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
    	github.com/xdg-go/scram v1.1.2 // indirect
    	github.com/xdg-go/stringprep v1.0.4 // indirect
    	github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
    	go.opentelemetry.io/otel/metric v1.21.0
    	go.uber.org/multierr v1.11.0 // indirect
    	golang.org/x/sync v0.5.0 // indirect
    	golang.org/x/sys v0.14.0 // indirect
    	golang.org/x/text v0.14.0 // indirect
    	google.golang.org/appengine v1.6.8 // indirect
    	google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
    	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    )