Skip to content

Commit

Permalink
feat: update go.mod for go v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige committed Dec 2, 2022
1 parent 4aa8c87 commit beffff6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 634 deletions.
17 changes: 16 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/daheige/gmicro/v2

go 1.16
go 1.19

require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
Expand All @@ -13,3 +13,18 @@ require (
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.28.1
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit beffff6

Please sign in to comment.