-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
43 lines (39 loc) · 1.65 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
38
39
40
41
42
43
module github.com/pojntfx/connmapper
go 1.23.1
toolchain go1.23.2
require (
github.com/cli/browser v1.3.0
github.com/gopacket/gopacket v1.3.1
github.com/oschwald/geoip2-golang v1.11.0
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20250304054433-5ab54845c5c9
github.com/pojntfx/panrpc/go v0.0.0-20250114165542-9cc31cf01885
golang.org/x/sys v0.30.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.6 // indirect
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
github.com/ProtonMail/gopenpgp/v2 v2.8.3 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/breml/rootcerts v0.2.20 // indirect
github.com/cloudflare/circl v1.6.0 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/ncruces/zenity v0.10.14 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
yrh.dev/icns v0.0.0-20210608051050-de3ea6a57b33 // indirect
)