Skip to content

Commit 6cb8da4

Browse files
authored
Merge pull request #209 from datum-cloud/renovate/golang.org-x-mod-0.x
fix(deps): update module golang.org/x/mod to v0.37.0
2 parents 0677778 + 03ce861 commit 6cb8da4

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Hash of Go module dependencies.
4242
# Update this after changing go.mod/go.sum:
4343
# task nix-update-hash
44-
vendorHash = "sha256-BefCOFotu1znFX2XDPyDVUQQY4EeUigU02fVEuueYfA=";
44+
vendorHash = "sha256-le8r596sNZBgPXfchkTgL2h/PVFJdBK3/6yUqhUE6gA=";
4545

4646
env.CGO_ENABLED = 0;
4747

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/zalando/go-keyring v0.2.8
2222
go.miloapis.com/activity v0.7.1
2323
go.miloapis.com/milo v0.29.2
24-
golang.org/x/mod v0.35.0
24+
golang.org/x/mod v0.37.0
2525
golang.org/x/oauth2 v0.36.0
2626
golang.org/x/term v0.43.0
2727
k8s.io/api v0.35.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++
275275
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
276276
golang.org/x/mod v0.35.0 h1:Ww1D637e6Pg+Zb2KrWfHQUnH2dQRLBQyAtpr/haaJeM=
277277
golang.org/x/mod v0.35.0/go.mod h1:+GwiRhIInF8wPm+4AoT6L0FA1QWAad3OMdTRx4tFYlU=
278+
golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ=
279+
golang.org/x/mod v0.37.0/go.mod h1:m8S8VeM9r4dzDwjrKO0a1sZP3YjeMamRRlD+fmR2Q/0=
278280
golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o=
279281
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
280282
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=

0 commit comments

Comments
 (0)