chore: Update dependencies
... | ... | @@ -17,8 +17,8 @@ require ( |
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/pascaldekloe/jwt v1.10.0 | ||
github.com/pelletier/go-toml v1.9.1 // indirect | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 | ||
github.com/pelletier/go-toml v1.9.2 // indirect | ||
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/cachecontrol v0.1.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
... | ... | @@ -28,11 +28,11 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect | ||
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect | ||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect | ||
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
) |
Please register or sign in to comment