Skip to content

Commit 01b9a92

Browse files
authored
Merge pull request #25 from lib-x/dependabot/go_modules/golang.org/x/net-0.37.0
Bump golang.org/x/net from 0.35.0 to 0.37.0
2 parents 691614d + 2c78a48 commit 01b9a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

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

33
go 1.22.6
4+
toolchain go1.23.7
45

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

10-
require golang.org/x/net v0.35.0
11+
require golang.org/x/net v0.37.0

0 commit comments

Comments
 (0)