]> Sergey Matveev's repositories - godlighty.git/blobdiff - go.mod
More known hashes, sync with meta4ra
[godlighty.git] / go.mod
diff --git a/go.mod b/go.mod
index 5150035327c77b54f368302e859553f0bd084d7d..eb0a44bee5821f8e72f36e8911a3e3f199b01d19 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
 module go.stargrave.org/godlighty
 
-go 1.17
+go 1.21.5
 
 require (
        github.com/davecgh/go-spew v1.1.1
-       github.com/dustin/go-humanize v1.0.0
-       github.com/klauspost/compress v1.13.6
-       golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
-       golang.org/x/sys v0.0.0-20210930212924-f542c8878de8
+       github.com/dustin/go-humanize v1.0.1
+       github.com/klauspost/compress v1.17.4
+       golang.org/x/net v0.19.0
+       golang.org/x/sys v0.15.0
 )