Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou committed Oct 8, 2024
1 parent 246fa1e commit 0f48c7d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module v.io

go 1.22.0

toolchain go1.23.1
go 1.20

require (
github.com/davecgh/go-spew v1.1.1
Expand Down
4 changes: 1 addition & 3 deletions x/ref/aws/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module v.io/x/ref/aws

go 1.21

toolchain go1.23.1
go 1.20

require (
github.com/aws/aws-xray-sdk-go v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion x/ref/examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module v.io/x/ref/examples

go 1.18
go 1.20

require (
github.com/creack/pty v1.1.23
Expand Down
2 changes: 1 addition & 1 deletion x/ref/internal/logger/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module v.io/x/ref/internal/logger

go 1.18
go 1.20

require v.io/x/lib v0.1.21
2 changes: 1 addition & 1 deletion x/ref/lib/flags/sitedefaults/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module v.io/x/ref/lib/flags/sitedefaults

go 1.18
go 1.20
4 changes: 1 addition & 3 deletions x/ref/runtime/internal/rpc/benchmark/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module v.io/x/ref/runtime/internal/rpc/benchmark

go 1.21

toolchain go1.23.1
go 1.20

require (
google.golang.org/protobuf v1.35.1
Expand Down

0 comments on commit 0f48c7d

Please sign in to comment.