module Venom-JWT go 1.23.1 require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/gookit/color v1.5.4 github.com/schollz/progressbar/v3 v3.18.0 ) require ( github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/mattn/go-colorable v0.1.2 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect golang.org/x/sys v0.29.0 // indirect golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.4.0 // indirect )