-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 935 Bytes
/
go.mod
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
26
27
module github.com/i5heu/bonito-cache
go 1.19
require github.com/rs/zerolog v1.28.0
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
require (
github.com/google/gopacket v1.1.19
github.com/gotd/contrib v0.13.0
github.com/influxdata/influxdb-client-go/v2 v2.12.0
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/valyala/fasthttp v1.41.0
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
)