]> Sergey Matveev's repositories - godlighty.git/blobdiff - go.mod
Update dependencies
[godlighty.git] / go.mod
diff --git a/go.mod b/go.mod
index e655a0074f39893d2ffc2a20008eaf24da71b830..18c977c1263c2968763be0d145a5735af79c9ee2 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.17
 
 require (
        github.com/davecgh/go-spew v1.1.1
-       github.com/dustin/go-humanize v1.0.0
-       github.com/klauspost/compress v1.15.12
-       golang.org/x/net v0.2.0
-       golang.org/x/sys v0.2.0
+       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
 )