realize/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

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 (
2022-10-15 07:05:49 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2020-04-29 14:05:23 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2022-10-15 07:05:49 +00:00
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.6.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
2020-04-29 14:05:23 +00:00
github.com/labstack/echo v3.3.10+incompatible
2022-10-15 07:05:49 +00:00
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
2020-04-29 14:05:23 +00:00
github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7
2022-10-15 07:05:49 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/urfave/cli/v2 v2.19.2
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/yaml.v2 v2.4.0
2020-04-29 14:05:23 +00:00
)