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 (
|
2022-10-28 18:12:30 -04:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-09-30 14:37:40 -04:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-10-28 18:12:30 -04:00
|
|
|
github.com/jinzhu/copier v0.3.5
|
2022-09-30 14:37:40 -04:00
|
|
|
github.com/labstack/echo/v4 v4.9.0
|
2022-10-28 18:12:30 -04:00
|
|
|
github.com/rs/zerolog v1.28.0
|
2022-09-30 14:37:40 -04:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-10-28 18:12:30 -04:00
|
|
|
github.com/ziflex/lecho/v3 v3.1.0
|
|
|
|
golang.org/x/crypto v0.1.0
|
2022-09-30 14:37:40 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
2022-09-25 11:42:36 -04:00
|
|
|
|
|
|
|
require (
|
2022-10-25 19:03:23 -04:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2022-09-25 11:42:36 -04:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2022-10-29 10:39:06 -04:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2022-09-30 14:37:40 -04:00
|
|
|
github.com/labstack/gommon v0.3.1 // indirect
|
2022-10-25 19:03:23 -04:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2022-09-30 14:37:40 -04:00
|
|
|
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/net v0.1.0 // indirect
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
|
|
golang.org/x/text v0.4.0 // indirect
|
2022-10-25 19:03:23 -04:00
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
2022-10-29 10:39:06 -04:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2022-09-25 11:42:36 -04:00
|
|
|
)
|