]> Sergey Matveev's repositories - godlighty.git/blobdiff - go.mod
Streebog hash in .meta4 support
[godlighty.git] / go.mod
diff --git a/go.mod b/go.mod
index 0a306c854a0cf99a581bcd0d4fbbf9dc51f9b1cb..18c977c1263c2968763be0d145a5735af79c9ee2 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,9 @@ module go.stargrave.org/godlighty
 go 1.17
 
 require (
-       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/davecgh/go-spew v1.1.1
+       github.com/dustin/go-humanize v1.0.1
+       github.com/klauspost/compress v1.15.15
+       golang.org/x/net v0.6.0
+       golang.org/x/sys v0.5.0
 )