Initial web gateway code
This commit is contained in:
2
go.mod
2
go.mod
@@ -8,9 +8,11 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/IncSW/geoip2 v0.1.2 // indirect
|
||||
github.com/akrylysov/pogreb v0.10.1 // indirect
|
||||
github.com/enfipy/locker v1.1.0 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
||||
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
||||
|
||||
Reference in New Issue
Block a user