]> Sergey Matveev's repositories - godlighty.git/blobdiff - go.mod
Update zstd
[godlighty.git] / go.mod
diff --git a/go.mod b/go.mod
index 6323e2040450152a8104d757fd69e05057bd67dd..2278137418aae87eb1d775773f8007d4e4d8d7bd 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
 module go.stargrave.org/godlighty
 
-go 1.20
+go 1.21.5
 
 require (
        github.com/davecgh/go-spew v1.1.1
        github.com/dustin/go-humanize v1.0.1
-       github.com/klauspost/compress v1.16.7
-       golang.org/x/net v0.14.0
-       golang.org/x/sys v0.11.0
+       github.com/klauspost/compress v1.17.7
+       golang.org/x/net v0.19.0
+       golang.org/x/sys v0.15.0
 )