-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 847 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 847 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 all-unifi-monitor
go 1.23
require (
github.com/bensch777/discord-webhook-golang v0.0.6
github.com/rs/zerolog v1.33.0
github.com/saucesteals/fhttp v0.0.0-20240117034418-b4f835e6c226
github.com/saucesteals/mimic v0.0.0-20240117034535-a989cf81feec
gopkg.in/yaml.v2 v2.2.2
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/refraction-networking/utls v1.1.6-0.20221101174805-9c1996abbbba // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)