Skip to content

Commit

Permalink
Merge pull request #104 from WoSai/dependabot/go_modules/google.golan…
Browse files Browse the repository at this point in the history
…g.org/grpc-1.56.3

Bump google.golang.org/grpc from 1.47.0 to 1.56.3
  • Loading branch information
jacexh authored Nov 2, 2023
2 parents 7cf012b + 21b52ef commit 8db229d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 79 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/wosai/ultron/v2

require (
github.com/go-chi/chi/v5 v5.0.4
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/jacexh/gopkg/chi-middleware v0.1.1
github.com/jacexh/gopkg/zaprotate v0.1.1
Expand All @@ -14,14 +14,14 @@ require (
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.1
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
Expand All @@ -35,7 +35,7 @@ require (
golang.org/x/net v0.17.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-20200526211855-cb27e3aa2013 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
Expand Down
Loading

0 comments on commit 8db229d

Please sign in to comment.