Skip to content

Commit b019705

Browse files
committed
Bump submodules
1 parent 3211663 commit b019705

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

examples/httpserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/stealthrocket/net/examples/httpserver
22

3-
go 1.20
3+
go 1.21
44

55
require github.com/stealthrocket/net v0.2.1

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.20
1+
go 1.21
22

33
use (
44
.

grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/grpc
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
google.golang.org/grpc v1.55.0

memcache/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/memcache
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285

mysql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/mysql
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/go-sql-driver/mysql v1.7.2-0.20230613063930-943264b76442

postgres/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/postgres
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/jackc/pgx/v5 v5.4.1

redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/redis
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/redis/go-redis/v9 v9.0.5

ttrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/ttrpc
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/containerd/ttrpc v1.2.2

websocket/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stealthrocket/net/websocket
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/klauspost/compress v1.10.3 // indirect

0 commit comments

Comments
 (0)