summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-05-18 15:36:06 +0300
committerValery Piashchynski <[email protected]>2021-05-18 15:36:06 +0300
commitf85172106b4723b705aa75c3c310e8cebd050a8d (patch)
treeaa98200d5d01776d4328c31c79b8af52986a4375 /go.mod
parent60a3793f83c672e24283c009f53e780a4932be50 (diff)
- Add protected connection
- Update arch diagram - Update interfaces Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 8 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5e814877..a479eb51 100644
--- a/go.mod
+++ b/go.mod
@@ -6,18 +6,23 @@ require (
github.com/NYTimes/gziphandler v1.1.1
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/alicebob/miniredis/v2 v2.14.3
+ github.com/andybalholm/brotli v1.0.2 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/dustin/go-humanize v1.0.0
+ github.com/fasthttp/websocket v1.4.3 // indirect
github.com/fatih/color v1.11.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-redis/redis/v8 v8.8.3
github.com/gofiber/fiber/v2 v2.9.0
+ github.com/gofiber/websocket/v2 v2.0.3
github.com/golang/mock v1.4.4
github.com/google/flatbuffers v1.12.1
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.11
+ github.com/klauspost/compress v1.12.2 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/prometheus/client_golang v1.10.0
+ github.com/savsgio/gotils v0.0.0-20210316171653-c54912823645 // indirect
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/spf13/viper v1.7.1
// SPIRAL ====
@@ -27,12 +32,13 @@ require (
// ===========
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.4 // indirect
- github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
+ github.com/valyala/fasthttp v1.24.0 // indirect
+ github.com/valyala/tcplisten v1.0.0
github.com/yookoala/gofast v0.6.0
go.etcd.io/bbolt v1.3.5
go.uber.org/multierr v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210226101413-39120d07d75e
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
+ golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)