jwt/go.mod

16 lines
392 B
Modula-2
Raw Normal View History

2019-09-11 02:19:01 +00:00
module github.com/ehlxr/jwt
2019-09-19 08:56:49 +00:00
go 1.13
2019-09-11 02:19:01 +00:00
require (
github.com/atotto/clipboard v0.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/manifoldco/promptui v0.0.0-20180308161052-c0c0d3afc6a0
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/spf13/cobra v0.0.2
github.com/spf13/viper v1.0.2
2019-09-27 09:44:45 +00:00
jwt v0.0.0-00010101000000-000000000000
2019-09-11 02:19:01 +00:00
)
2019-09-27 09:44:45 +00:00
replace jwt => ./.