module github.com/ehlxr/jwt go 1.12 require ( github.com/atotto/clipboard v0.1.0 github.com/chzyer/readline v0.0.0-20171208011716-f6d7a1f6fbf3 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/fsnotify/fsnotify v1.4.7 github.com/hashicorp/hcl v0.0.0-20180320202055-f40e974e75af github.com/inconshreveable/mousetrap v1.0.0 github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626 github.com/magiconair/properties v1.7.6 github.com/manifoldco/promptui v0.0.0-20180308161052-c0c0d3afc6a0 github.com/mattn/go-colorable v0.0.9 github.com/mattn/go-isatty v0.0.3 github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 github.com/pelletier/go-toml v1.1.0 github.com/spf13/afero v1.0.2 github.com/spf13/cast v1.2.0 github.com/spf13/cobra v0.0.2 github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec github.com/spf13/pflag v1.0.0 github.com/spf13/viper v1.0.2 golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 // indirect gopkg.in/yaml.v2 v2.2.0 )