Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 29, 2021
1 parent c2c5eff commit de11177
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 67 deletions.
22 changes: 8 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ module github.com/shipperizer/furry-train
go 1.16

require (
github.com/golang/protobuf v1.4.1
github.com/google/go-cmp v0.5.4 // indirect
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/prometheus/client_golang v0.9.3
github.com/satori/go.uuid v1.2.0
github.com/segmentio/kafka-go v0.4.8
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/shipperizer/miniature-monkey v1.0.1
go.uber.org/zap v1.19.1
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
)
Loading

0 comments on commit de11177

Please sign in to comment.