Initial web gateway code

This commit is contained in:
Kleissner
2022-09-25 18:34:00 +02:00
parent f8f2d2cbfb
commit ea83cc014d
3 changed files with 132 additions and 4 deletions

2
go.mod
View File

@@ -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