mirror of
https://github.com/sigcn/pg.git
synced 2026-04-23 00:37:30 +08:00
35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module github.com/sigcn/pg
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/coreos/go-oidc/v3 v3.12.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jedib0t/go-pretty/v6 v6.6.7
|
|
github.com/mdp/qrterminal/v3 v3.2.0
|
|
github.com/vishvananda/netlink v1.3.0
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/net v0.37.0
|
|
golang.org/x/oauth2 v0.28.0
|
|
golang.org/x/sys v0.31.0
|
|
golang.org/x/time v0.11.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-20250307022919-35e47cb01460
|
|
storj.io/common v0.0.0-20240425113201-9815a85cbc32
|
|
)
|
|
|
|
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.30.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
rsc.io/qr v0.2.0 // indirect
|
|
)
|