Skip to content

Commit 0ef331a

Browse files
authored
Merge pull request #28 from lib-x/dependabot/go_modules/golang.org/x/net-0.40.0
Bump golang.org/x/net from 0.39.0 to 0.40.0
2 parents 3761bf6 + 8f9d7bd commit 0ef331a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
module github.com/lib-x/edgetts
22

3-
go 1.22.6
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (
78
github.com/google/uuid v1.6.0
89
github.com/gorilla/websocket v1.5.3
910
)
1011

11-
require golang.org/x/net v0.39.0
12+
require golang.org/x/net v0.40.0

0 commit comments

Comments
 (0)