Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 10, 2024
1 parent 466c0bf commit 7528bcc
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 371 deletions.
63 changes: 32 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,61 @@ module github.com/anycable/anycable-go
go 1.21

require (
github.com/FZambia/sentinel v1.1.0
github.com/FZambia/sentinel v1.1.1
github.com/apex/log v1.9.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fullstorydev/grpchan v1.0.2-0.20210924023933-8d2633e44524
github.com/go-chi/chi/v5 v5.0.8
github.com/fullstorydev/grpchan v1.1.1
github.com/go-chi/chi/v5 v5.0.11
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v1.8.8
github.com/google/gops v0.3.27
github.com/gorilla/websocket v1.5.0
github.com/golang/protobuf v1.5.3
github.com/gomodule/redigo v1.8.9
github.com/google/gops v0.3.28
github.com/gorilla/websocket v1.5.1
github.com/hofstadter-io/cinful v1.0.0
github.com/joomcode/errorx v1.1.0
github.com/joomcode/errorx v1.1.1
github.com/matoous/go-nanoid v1.5.0
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-mruby v0.0.0-20200315023956-207cedc21542
github.com/namsral/flag v1.7.4-pre
github.com/nats-io/nats.go v1.31.0
github.com/pkg/errors v0.9.1 // indirect
github.com/posthog/posthog-go v0.0.0-20221221115252-24dfed35d71a
github.com/redis/rueidis v1.0.17
github.com/smira/go-statsd v1.3.2
github.com/posthog/posthog-go v0.0.0-20240110105835-f2ee529330e9
github.com/redis/rueidis v1.0.26
github.com/smira/go-statsd v1.3.3
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.11.1
github.com/urfave/cli/v2 v2.27.1
go.uber.org/automaxprocs v1.5.3
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/net v0.12.0
google.golang.org/grpc v1.53.0
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
)

require github.com/sony/gobreaker v0.5.0

require (
github.com/klauspost/compress v1.17.2 // indirect
github.com/bufbuild/protocompile v0.7.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.5.2 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
golang.org/x/time v0.3.0 // indirect
github.com/nats-io/jwt/v2 v2.5.3 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/jhump/protoreflect v1.5.0 // indirect
github.com/nats-io/nats-server/v2 v2.10.4
github.com/nats-io/nkeys v0.4.6 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/jhump/protoreflect v1.15.4 // indirect
github.com/nats-io/nats-server/v2 v2.10.7
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
google.golang.org/protobuf v1.28.1 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 7528bcc

Please sign in to comment.