Skip to content

Commit

Permalink
Update dependencies (topfreegames#161)
Browse files Browse the repository at this point in the history
* Fix local tests in OSX
* Update dependencies
  • Loading branch information
victor-carvalho authored and gabrielcorado committed Jun 16, 2021
1 parent 5517b0c commit 607f61b
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 36 deletions.
50 changes: 16 additions & 34 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ module github.com/topfreegames/pitaya/v2
go 1.12

require (
github.com/DataDog/datadog-go v2.2.0+incompatible
github.com/DataDog/datadog-go v4.2.0+incompatible
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // indirect
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/coreos/bbolt v1.3.1-coreos.6 // indirect
github.com/coreos/etcd v3.3.9+incompatible
github.com/coreos/go-semver v0.2.0 // indirect
github.com/coreos/go-systemd v0.0.0-20180202092358-40e2722dffea // indirect
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf // indirect
github.com/coreos/etcd v3.3.13+incompatible
github.com/customerio/gospec v0.0.0-20130710230057-a5cc0e48aa39 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
Expand All @@ -23,56 +18,43 @@ require (
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/golang/groupcache v0.0.0-20180203143532-66deaeb636df // indirect
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.3.1
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.3.2
github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect
github.com/google/uuid v1.0.0
github.com/gorilla/websocket v1.2.0
github.com/google/uuid v1.1.4
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.3.0 // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/jhump/protoreflect v1.5.0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699 // indirect
github.com/nats-io/gnatsd v1.4.1
github.com/nats-io/go-nats v1.5.0 // indirect
github.com/nats-io/nats-server v1.4.1
github.com/nats-io/nats-server/v2 v2.0.4 // indirect
github.com/nats-io/nats.go v1.8.1
github.com/nats-io/nats.go v1.10.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/orfjackal/nanospec.go v0.0.0-20120727230329-de4694c1d701 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/prometheus/client_golang v0.9.3
github.com/sirupsen/logrus v1.7.0
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.3.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect
github.com/topfreegames/go-workers v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/topfreegames/go-workers v1.0.1
github.com/uber-go/atomic v1.3.2 // indirect
github.com/uber/jaeger-client-go v2.13.0+incompatible
github.com/uber/jaeger-lib v1.4.0 // indirect
github.com/ugorji/go v0.0.0-20180112141927-9831f2c3ac10 // indirect
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
go.uber.org/atomic v1.3.2 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/time v0.0.0-20180314180208-26559e0f760e // indirect
google.golang.org/grpc v1.21.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
google.golang.org/grpc v1.21.1
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.21.0
gopkg.in/go-playground/validator.v9 v9.31.0
)
Loading

0 comments on commit 607f61b

Please sign in to comment.