2021-09-06 22:46:48 +00:00
|
|
|
module github.com/by-cx/lobby
|
2021-08-31 14:26:09 +00:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
2021-09-05 19:43:19 +00:00
|
|
|
github.com/fatih/color v1.12.0
|
2021-09-06 22:46:48 +00:00
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2021-09-04 23:27:39 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.6.0
|
2021-09-11 09:58:27 +00:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2021-08-31 14:26:09 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nats-server/v2 v2.4.0 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.12.0
|
2021-09-06 22:46:48 +00:00
|
|
|
github.com/onsi/gomega v1.16.0 // indirect
|
2021-08-31 14:26:09 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.7
|
2021-09-04 12:16:14 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-31 14:26:09 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
2021-09-06 22:46:48 +00:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
2021-08-31 14:26:09 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
)
|