Skip to content

Commit

Permalink
go.mod: bump language version to 1.19
Browse files Browse the repository at this point in the history
Change-Id: I7996a08193efafcddda6bb1874f93dc085af9e88
  • Loading branch information
egonelbre committed Aug 10, 2023
1 parent 9716137 commit 00bfecd
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/drpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/examples/drpc

go 1.18
go 1.19

require (
google.golang.org/protobuf v1.27.1
Expand Down
2 changes: 1 addition & 1 deletion examples/drpc_and_http/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/examples/drpc_and_http

go 1.18
go 1.19

require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/examples/grpc

go 1.18
go 1.19

require (
google.golang.org/grpc v1.36.0
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc_and_drpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/examples/grpc_and_drpc

go 1.18
go 1.19

require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down
2 changes: 1 addition & 1 deletion examples/opentelemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/examples/opentelemetry

go 1.18
go 1.19

require (
go.opentelemetry.io/otel v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc

go 1.18
go 1.19

require (
github.com/zeebo/assert v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/backcompat

go 1.18
go 1.19

require (
github.com/zeebo/assert v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/newservice/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/backcompat/newservice

go 1.18
go 1.19

require storj.io/drpc/internal/backcompat v0.0.0-00010101000000-000000000000

Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/newservicedefs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/backcompat/newservicedefs

go 1.18
go 1.19

require (
google.golang.org/protobuf v1.27.1
Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/oldservice/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/backcompat/oldservice

go 1.18
go 1.19

require storj.io/drpc/internal/backcompat v0.0.0-00010101000000-000000000000

Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/oldservicedefs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/backcompat/oldservicedefs

go 1.18
go 1.19

require (
github.com/gogo/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion internal/backcompat/servicedefs/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module storj.io/drpc/internal/backcompat/servicedefs

go 1.18
go 1.19
2 changes: 1 addition & 1 deletion internal/grpccompat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/grpccompat

go 1.18
go 1.19

require (
github.com/improbable-eng/grpc-web v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion internal/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/integration

go 1.18
go 1.19

require (
github.com/gogo/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion internal/twirpcompat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module storj.io/drpc/internal/twirpcompat

go 1.18
go 1.19

require (
github.com/twitchtv/twirp v8.1.0+incompatible
Expand Down

0 comments on commit 00bfecd

Please sign in to comment.