Update dependencies
... | ... | @@ -5,7 +5,7 @@ go 1.15 |
require ( | ||
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 | ||
github.com/asdine/storm/v3 v3.2.1 | ||
github.com/atotto/clipboard v0.1.2 | ||
github.com/atotto/clipboard v0.1.4 | ||
github.com/coreos/go-oidc v2.2.1+incompatible | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
... | ... | @@ -30,11 +30,11 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
go.etcd.io/bbolt v1.3.5 // indirect | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect | ||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect | ||
golang.org/x/oauth2 v0.0.0-20210216194517-16ff1888fd2e | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a | ||
golang.org/x/sys v0.0.0-20210218085108-9555bcde0c6a // indirect | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect | ||
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
... | ... |
Please register or sign in to comment