We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c990a commit 45880f2Copy full SHA for 45880f2
go.mod
@@ -2,6 +2,6 @@ module github.com/neticdk/go-stdlib
2
3
go 1.24.1
4
5
-require golang.org/x/sys v0.36.0
+require golang.org/x/sys v0.37.0
6
7
retract v1.0.0
go.sum
@@ -1,2 +1,2 @@
1
-golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
-golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
+golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
+golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
0 commit comments