diff --git a/go.mod b/go.mod index 461c6c0..63d79f2 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/stretchr/testify v1.8.4 golang.org/x/net v0.15.0 - golang.org/x/oauth2 v0.12.0 + golang.org/x/oauth2 v0.21.0 )