Skip to content

Commit

Permalink
Update go.mod deps and Go version. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll authored Dec 19, 2024
1 parent 024356c commit 76b6d09
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1,546 deletions.
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module github.com/openconfig/gribi

go 1.15
go 1.22

require (
github.com/openconfig/ygot v0.13.2
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.33.0
github.com/openconfig/ygot v0.29.20
google.golang.org/grpc v1.68.1
google.golang.org/protobuf v1.35.2
)

require (
golang.org/x/net v0.32.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
)
Loading

0 comments on commit 76b6d09

Please sign in to comment.