Adam Štrauch
e06a5cc94b
If there is an update in discovery an function is triggered that can pick it up.
23 lines
776 B
Modula-2
23 lines
776 B
Modula-2
module github.com/by-cx/lobby
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/fatih/color v1.12.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-resty/resty/v2 v2.6.0
|
|
github.com/google/go-cmp v0.5.5
|
|
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
|
|
github.com/onsi/gomega v1.16.0 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.21.7
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|