-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
33 lines (30 loc) · 1 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
module github.com/sigcn/pg
go 1.23.4
require (
github.com/coreos/go-oidc/v3 v3.11.0
github.com/gorilla/websocket v1.5.3
github.com/jedib0t/go-pretty/v6 v6.6.3
github.com/mdp/qrterminal/v3 v3.2.0
github.com/vishvananda/netlink v1.3.0
golang.org/x/crypto v0.28.0
golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.23.0
golang.org/x/sys v0.27.0
golang.org/x/time v0.7.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
golang.zx2c4.com/wireguard/windows v0.5.3
gopkg.in/yaml.v3 v3.0.1
gvisor.dev/gvisor v0.0.0-20241218235220-7bf5820dea8f
storj.io/common v0.0.0-20240425113201-9815a85cbc32
tailscale.com v1.56.1
)
require (
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/term v0.26.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
rsc.io/qr v0.2.0 // indirect
)