mu-go/go.mod

27 lines
853 B
Modula-2
Raw Normal View History

2022-08-21 23:58:06 +02:00
module gitnet.fr/deblan/mu-go
go 1.18
2023-01-01 15:39:48 +01:00
require (
github.com/h2non/filetype v1.1.3
github.com/labstack/echo/v4 v4.10.0
github.com/urfave/cli/v2 v2.23.7
)
2022-08-21 23:58:06 +02:00
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2023-01-01 15:39:48 +01: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.17 // indirect
2022-08-21 23:58:06 +02:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
2023-01-01 15:39:48 +01:00
github.com/valyala/fasttemplate v1.2.2 // indirect
2022-08-21 23:58:06 +02:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
2023-01-01 15:39:48 +01:00
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/time v0.3.0 // indirect
2022-08-21 23:58:06 +02:00
)