-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
33 lines (30 loc) · 1.21 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/matrix-org/pinecone
go 1.18
require (
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
github.com/RyanCarrier/dijkstra v1.1.0
github.com/gorilla/websocket v1.5.0
github.com/quic-go/quic-go v0.37.4
github.com/vishvananda/netlink v1.1.0
go.uber.org/atomic v1.9.0
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
golang.org/x/net v0.14.0
golang.org/x/sys v0.11.0
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478
nhooyr.io/websocket v1.8.7
)
require (
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230808223545-4887780b67fb // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
github.com/quic-go/qtls-go1-20 v0.3.2 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
)