X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=5eefacf8af387d69f087692b59f2d3b5e608900b;hb=HEAD;hp=18c977c1263c2968763be0d145a5735af79c9ee2;hpb=69d47bd552e92b15b7f6e48d89a145264934727b;p=godlighty.git diff --git a/go.mod b/go.mod index 18c977c..5eefacf 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ 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.1 - github.com/klauspost/compress v1.15.15 - golang.org/x/net v0.6.0 - golang.org/x/sys v0.5.0 + github.com/klauspost/compress v1.17.7 + golang.org/x/net v0.19.0 )