realize/go.mod

18 lines
532 B
Modula-2

module tuxpa.in/a/realize
go 1.16
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
)