X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=2278137418aae87eb1d775773f8007d4e4d8d7bd;hb=6f937b5776c2557bca361d564275bcaeb31a20b2;hp=e655a0074f39893d2ffc2a20008eaf24da71b830;hpb=81b64a468d4ea25171f4855af8a57b22aa179a1a;p=godlighty.git diff --git a/go.mod b/go.mod index e655a00..2278137 100644 --- 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.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.17.7 + golang.org/x/net v0.19.0 + golang.org/x/sys v0.15.0 )