-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 830 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/codex-team/hawk.collector
require (
github.com/alicebob/miniredis/v2 v2.34.0
github.com/andybalholm/brotli v1.0.2
github.com/caarlos0/env/v6 v6.6.0
github.com/cenkalti/backoff/v4 v4.1.0
github.com/codex-team/hawk.go v1.0.5
github.com/fasthttp/websocket v1.4.3
github.com/go-redis/redis/v8 v8.8.3
github.com/golang/protobuf v1.5.2 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.25.0 // indirect
github.com/savsgio/gotils v0.0.0-20210520110740-c57c45b83e0a // indirect
github.com/sirupsen/logrus v1.8.1
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.0
github.com/valyala/fasthttp v1.25.0
go.mongodb.org/mongo-driver v1.7.1
)
go 1.16