Update dependencies
module git.schuerg.net/simon/actl | ||
go 1.14 | ||
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/coreos/go-oidc v2.2.1+incompatible | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect | ||
github.com/int128/oauth2cli v1.13.0 | ||
github.com/jedib0t/go-pretty/v6 v6.0.5 | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/pascaldekloe/jwt v1.10.0 | ||
... | ... | @@ -21,18 +21,19 @@ require ( |
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spf13/afero v1.4.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
go.etcd.io/bbolt v1.3.5 // indirect | ||
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect | ||
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect | ||
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 | ||
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520 | ||
golang.org/x/sys v0.0.0-20201013132646-2da7054afaeb // indirect | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect | ||
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 | ||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 | ||
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect | ||
golang.org/x/text v0.3.4 // 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 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment