-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
37 lines (33 loc) · 1.42 KB
/
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
28
29
30
31
32
33
34
35
36
37
module github.com/loopholelabs/latensee
go 1.23.1
toolchain go1.23.2
require (
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241205024353-0f0a33a6ef35
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15
github.com/redis/go-redis/v9 v9.7.0
nhooyr.io/websocket v1.8.17
)
require (
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
github.com/ProtonMail/gopenpgp/v2 v2.8.1 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/breml/rootcerts v0.2.19 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/ncruces/zenity v0.10.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
yrh.dev/icns v0.0.0-20210608051050-de3ea6a57b33 // indirect
)