X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=go.mod;fp=go.mod;h=e1299a03baee94df1ac5a034ea684b815a462634;hb=6fe93828e5f8ada972b505ed36db467f401d2033;hp=49fdb6f7b85d71d158fb7c621d3825a022200b0f;hpb=aebff9ec61ff98c73f83f73f081401038699d37f;p=tofuproxy.git diff --git a/go.mod b/go.mod index 49fdb6f..e1299a0 100644 --- a/go.mod +++ b/go.mod @@ -1,18 +1,18 @@ module go.stargrave.org/tofuproxy -go 1.20 +go 1.21 require ( github.com/dustin/go-humanize v1.0.1 - github.com/miekg/dns v1.1.55 + 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.0.0-20230808200029-ef2a022b68db + go.cypherpunks.ru/ucspi v0.1.0 ) require ( - golang.org/x/mod v0.12.0 // indirect - golang.org/x/net v0.14.0 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/tools v0.12.0 // 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 )