X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=blobdiff_plain;f=go.mod;h=d02536353ecf9d29f20b464a6476efe3c4683852;hp=0dd2f4328cca9d716b758b40d90b79c076a3a7e2;hb=HEAD;hpb=0c0a261a6ef4fddfc34a9150005f7964cc69c420 diff --git a/go.mod b/go.mod index 0dd2f43..e1299a0 100644 --- a/go.mod +++ b/go.mod @@ -1,17 +1,18 @@ module go.stargrave.org/tofuproxy -go 1.17 +go 1.21 require ( - github.com/dustin/go-humanize v1.0.0 - github.com/klauspost/compress v1.13.6 - github.com/miekg/dns v1.1.29 - go.cypherpunks.ru/tai64n/v2 v2.0.0 - go.cypherpunks.ru/ucspi v0.0.0-20210908140534-cfdc20a8225f + github.com/dustin/go-humanize v1.0.1 + github.com/miekg/dns v1.1.57 + go.cypherpunks.ru/netrc v0.1.0 + go.cypherpunks.ru/tai64n/v2 v2.0.1 + go.cypherpunks.ru/ucspi v0.1.0 ) require ( - golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect - golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect - golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect + golang.org/x/mod v0.14.0 // indirect + golang.org/x/net v0.19.0 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/tools v0.16.0 // indirect )