X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=6323e2040450152a8104d757fd69e05057bd67dd;hb=e05f6f8830b01d52cc21cd5f97cef6616a5334b9;hp=5150035327c77b54f368302e859553f0bd084d7d;hpb=2f586a29a068c0481737f298114b01bf6e8a64a5;p=godlighty.git diff --git a/go.mod b/go.mod index 5150035..6323e20 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module go.stargrave.org/godlighty -go 1.17 +go 1.20 require ( github.com/davecgh/go-spew v1.1.1 - github.com/dustin/go-humanize v1.0.0 - github.com/klauspost/compress v1.13.6 - golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 - golang.org/x/sys v0.0.0-20210930212924-f542c8878de8 + 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 )