diff --git a/go.mod b/go.mod index 424b082..e3d8c4c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/dnsimple/dnsimple-go v1.5.1 github.com/miekg/dns v1.1.58 github.com/stretchr/testify v1.8.4 - golang.org/x/oauth2 v0.16.0 + golang.org/x/oauth2 v0.18.0 ) require ( @@ -36,11 +36,11 @@ require ( github.com/quic-go/quic-go v0.37.7 // indirect github.com/shopspring/decimal v1.3.1 // indirect github.com/stretchr/objx v0.5.0 // indirect - golang.org/x/crypto v0.18.0 // indirect + golang.org/x/crypto v0.21.0 // indirect golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect golang.org/x/mod v0.14.0 // indirect - golang.org/x/net v0.20.0 // indirect - golang.org/x/sys v0.16.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/tools v0.17.0 // indirect google.golang.org/appengine v1.6.7 // indirect