blasphem/go.mod

25 lines
698 B
Modula-2
Raw Normal View History

2022-09-25 11:42:36 -04:00
module dynatron.me/x/blasphem
go 1.18
2022-09-30 14:37:40 -04:00
require (
github.com/gorilla/websocket v1.5.0
github.com/labstack/echo/v4 v4.9.0
github.com/spf13/cobra v1.5.0
gopkg.in/yaml.v3 v3.0.1
)
2022-09-25 11:42:36 -04:00
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2022-09-30 14:37:40 -04:00
github.com/labstack/gommon v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2022-09-25 11:42:36 -04:00
github.com/spf13/pflag v1.0.5 // indirect
2022-09-30 14:37:40 -04:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
2022-10-25 00:16:29 -04:00
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
2022-09-25 11:42:36 -04:00
)