2022-10-15 07:03:50 +00:00
|
|
|
module tuxpa.in/a/realize
|
2020-04-29 14:05:23 +00:00
|
|
|
|
2022-10-15 07:03:50 +00:00
|
|
|
go 1.16
|
2020-04-29 14:05:23 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
|
|
github.com/fatih/color v1.9.0
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
|
|
github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7
|
|
|
|
github.com/sirupsen/logrus v1.5.0
|
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
|
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
|
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
|
|
)
|