Skip to content

Commit 0f24fae

Browse files
Merge pull request #3701 from acpana/acpana/fix-main-999
fix: make ensure
2 parents 5fb5b77 + d918708 commit 0f24fae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ require (
235235
go.uber.org/multierr v1.10.0 // indirect
236236
golang.org/x/crypto v0.32.0 // indirect
237237
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
238-
golang.org/x/mod v0.20.0 // indirect
238+
golang.org/x/mod v0.22.0 // indirect
239239
golang.org/x/net v0.34.0 // indirect
240240
golang.org/x/sys v0.29.0 // indirect
241241
golang.org/x/term v0.28.0 // indirect
242242
golang.org/x/text v0.21.0 // indirect
243-
golang.org/x/tools v0.24.0 // indirect
243+
golang.org/x/tools v0.29.0 // indirect
244244
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
245245
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
246246
google.golang.org/appengine v1.6.8 // indirect

go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)