Skip to content
Snippets Groups Projects
Select Git revision
  • 53565aec68886966387647652ad68025813f955c
  • master default protected
  • feature/3149-LocaleCodeAsID-Implementation
  • 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
  • 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
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 2.32 KiB
    module git.perx.ru/perxis/perxis-go
    
    go 1.18
    
    require (
    	github.com/antonmedv/expr v1.9.0
    	github.com/go-kit/kit v0.12.0
    	github.com/golang/protobuf v1.5.2
    	github.com/gosimple/slug v1.13.1
    	github.com/hashicorp/go-multierror v1.1.1
    	github.com/hashicorp/golang-lru v0.5.4
    	github.com/json-iterator/go v1.1.12
    	github.com/mitchellh/mapstructure v1.4.2
    	github.com/nats-io/nats.go v1.23.0
    	github.com/pkg/errors v0.9.1
    	github.com/rs/xid v1.4.0
    	github.com/stretchr/testify v1.8.2
    	go.mongodb.org/mongo-driver v1.11.4
    	go.opentelemetry.io/otel v1.14.0
    	go.opentelemetry.io/otel/trace v1.14.0
    	go.uber.org/zap v1.19.1
    	golang.org/x/crypto v0.8.0
    	golang.org/x/net v0.9.0
    	golang.org/x/oauth2 v0.4.0
    	google.golang.org/grpc v1.54.0
    	google.golang.org/protobuf v1.30.0
    	gopkg.in/yaml.v3 v3.0.1
    )
    
    require (
    	cloud.google.com/go/compute v1.15.1 // indirect
    	cloud.google.com/go/compute/metadata v0.2.3 // indirect
    	github.com/davecgh/go-spew v1.1.1 // indirect
    	github.com/go-kit/log v0.2.0 // indirect
    	github.com/go-logfmt/logfmt v0.5.1 // indirect
    	github.com/go-logr/logr v1.2.3 // indirect
    	github.com/go-logr/stdr v1.2.2 // indirect
    	github.com/golang/snappy v0.0.1 // indirect
    	github.com/gosimple/unidecode v1.0.1 // indirect
    	github.com/hashicorp/errwrap v1.0.0 // indirect
    	github.com/klauspost/compress v1.13.6 // indirect
    	github.com/kr/pretty v0.3.0 // 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.0.0-20171201202039-1bf9dbcd8cbe // indirect
    	github.com/nats-io/nkeys v0.3.0 // indirect
    	github.com/nats-io/nuid v1.0.1 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/rogpeppe/go-internal v1.8.1 // indirect
    	github.com/stretchr/objx v0.5.0 // indirect
    	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
    	github.com/xdg-go/scram v1.1.1 // indirect
    	github.com/xdg-go/stringprep v1.0.3 // indirect
    	github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
    	go.uber.org/atomic v1.9.0 // indirect
    	go.uber.org/multierr v1.7.0 // indirect
    	golang.org/x/sync v0.1.0 // indirect
    	golang.org/x/sys v0.7.0 // indirect
    	golang.org/x/text v0.9.0 // indirect
    	google.golang.org/appengine v1.6.7 // indirect
    	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
    	gopkg.in/yaml.v2 v2.3.0 // indirect
    )