Skip to content

Commit

Permalink
Merge pull request #106 from DCSO/dependabot/go_modules/google.golang…
Browse files Browse the repository at this point in the history
….org/grpc-1.53.0

Bump google.golang.org/grpc from 1.33.2 to 1.53.0
  • Loading branch information
satta committed Jan 22, 2024
2 parents a382f1c + 866b4ec commit def0c27
Show file tree
Hide file tree
Showing 3 changed files with 791 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21

- name: Install non-Go deps
run: |
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ require (
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/tiago4orion/conjure v0.0.0-20150908101743-93cb30b9d218 // indirect
github.com/yl2chen/cidranger v1.0.2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.27.1
golang.org/x/sync v0.1.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/pg.v5 v5.3.3
)
Loading

0 comments on commit def0c27

Please sign in to comment.