Skip to content

Commit

Permalink
feat: update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige committed Dec 2, 2022
1 parent e896247 commit 4aa8c87
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 27 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.16
require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
github.com/prometheus/client_golang v1.12.2
github.com/stretchr/testify v1.7.1
golang.org/x/net v0.0.0-20220513224357-95641704303c
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
github.com/prometheus/client_golang v1.14.0
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.2.0
google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
)
Loading

0 comments on commit 4aa8c87

Please sign in to comment.