Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/golang-migrate/migrate/v4 v4.8.0
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Expand All @@ -21,17 +21,16 @@ require (
github.com/opentracing/opentracing-go v1.1.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/prometheus/client_golang v1.11.1
github.com/rakyll/statik v0.1.6
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.4.0
github.com/syncromatics/proto-schema-registry v0.7.2
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.uber.org/zap v1.13.0
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/grpc v1.25.1
gotest.tools v2.2.0+incompatible
)
Loading