Skip to content

Commit 3220e09

Browse files
Bump golang.org/x/net from 0.33.0 to 0.38.0 (#9)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. - [Commits](golang/net@v0.33.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da94ed3 commit 3220e09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module github.com/gopherjs/snippet-store
22

33
go 1.23
4+
toolchain go1.24.1
45

56
require (
67
github.com/shurcooL/webdavfs v0.0.0-20230705023409-38343235ac43
7-
golang.org/x/net v0.33.0
8+
golang.org/x/net v0.38.0
89
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/shurcooL/webdavfs v0.0.0-20230705023409-38343235ac43 h1:SiQpwWBucykKUTg+PkPjEgJI+vAOqkF+pjSEyCtZKso=
22
github.com/shurcooL/webdavfs v0.0.0-20230705023409-38343235ac43/go.mod h1:q8jtPWlTUFLNEt43+ertaVCElLme2TPo+MrESaY0ejM=
3-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
4-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
3+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
4+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=

0 commit comments

Comments
 (0)