X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=5eefacf8af387d69f087692b59f2d3b5e608900b;hb=8b367e01f9433e383c39ba1121c9e97d1909667f;hp=6323e2040450152a8104d757fd69e05057bd67dd;hpb=361629ed769be3cbfd766a26bd236cbda99e1258;p=godlighty.git diff --git a/go.mod b/go.mod index 6323e20..5eefacf 100644 --- 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.7 - golang.org/x/net v0.14.0 - golang.org/x/sys v0.11.0 + github.com/klauspost/compress v1.17.7 + golang.org/x/net v0.19.0 )