|
|
@@ -30,6 +30,7 @@ require (
|
|
|
github.com/valyala/fasttemplate v1.2.2
|
|
|
github.com/willscott/go-nfs v0.0.0-20230313234243-d94d22138e1e
|
|
|
gitlab.com/NebulousLabs/go-upnp v0.0.0-20211002182029-11da932010b6
|
|
|
+ golang.org/x/crypto v0.17.0
|
|
|
golang.org/x/crypto v0.16.0
|
|
|
golang.org/x/oauth2 v0.8.0
|
|
|
golang.org/x/sync v0.3.0
|
|
|
@@ -78,11 +79,11 @@ require (
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
|
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
|
|
|
golang.org/x/image v0.7.0 // indirect
|
|
|
- golang.org/x/mod v0.12.0 // indirect
|
|
|
- golang.org/x/net v0.19.0 // indirect
|
|
|
+ golang.org/x/mod v0.10.0 // indirect
|
|
|
+ golang.org/x/net v0.17.0 // indirect
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
- golang.org/x/tools v0.13.0 // indirect
|
|
|
+ golang.org/x/tools v0.9.1 // indirect
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|