This repository was archived by the owner on Aug 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1.26 KB
/
go.mod
File metadata and controls
25 lines (23 loc) · 1.26 KB
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
module github.com/measurement-kit/engine
go 1.12
require (
github.com/Psiphon-Labs/bolt v0.0.0-20170814173724-c6e046a80d4b // indirect
github.com/Psiphon-Labs/dns v0.0.0-20170814182607-d23cdaf67bbc // indirect
github.com/Psiphon-Labs/goarista v0.0.0-20160825065156-d002785f4c67 // indirect
github.com/Psiphon-Labs/goptlib v0.0.0-20180426172440-18963be5f9c5 // indirect
github.com/Psiphon-Labs/net v0.0.0-20180912164743-03e6572170e3 // indirect
github.com/Psiphon-Labs/psiphon-tunnel-core v2.0.2+incompatible
github.com/Psiphon-Labs/tls-tris v0.0.0-20190321174524-b5083341bf6c // indirect
github.com/Psiphon-Labs/utls v0.0.0-20181219022742-11a4cc033322 // indirect
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
github.com/apex/log v1.1.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grafov/m3u8 v0.6.1 // indirect
github.com/juju/ratelimit v1.0.1 // indirect
github.com/lucas-clemente/quic-go v0.10.2 // indirect
github.com/m-lab/ndt7-client-go v0.0.0-20190513211611-5177d4199464
github.com/mccutchen/go-httpbin v0.0.0-20190321153040-24f381761ef0
github.com/pkg/errors v0.8.1 // indirect
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
)