]> Sergey Matveev's repositories - godlighty.git/blobdiff - go.mod
Use mtime instead of ctime
[godlighty.git] / go.mod
diff --git a/go.mod b/go.mod
index 673a7ad047082bd06c9f5a23764e49a10c3a6de2..5eefacf8af387d69f087692b59f2d3b5e608900b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,10 @@
 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.5
-       golang.org/x/net v0.9.0
-       golang.org/x/sys v0.7.0
+       github.com/klauspost/compress v1.17.7
+       golang.org/x/net v0.19.0
 )