Use consistent TokenSet printing and clipboard handling
... | ... | @@ -12,30 +12,32 @@ require ( |
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/jedib0t/go-pretty/v6 v6.0.6 | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.10 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/pascaldekloe/jwt v1.10.0 | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect | ||
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spf13/afero v1.4.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.1.1 | ||
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-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 | ||
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-20210125201302-af13f521f196 | ||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a | ||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // 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 | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
internal/clipboard.go
0 → 100644
Please register or sign in to comment