-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
45 lines (41 loc) · 1.8 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
44
45
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-20241205024353-0f0a33a6ef35
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15
golang.org/x/sys v0.28.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/cloudflare/circl v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // 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.30.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/text v0.21.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
)