This repository was archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.33 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.33 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
26
27
28
29
30
31
32
module github.com/dedis/prifi
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/Lukasa/gopcap v0.1.0
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/montanaflynn/stats v0.6.3 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/urfave/cli v1.22.4
go.dedis.ch/kyber/v3 v3.0.13
go.dedis.ch/onet/v3 v3.2.5
go.dedis.ch/protobuf v1.0.11
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
golang.org/x/tools v0.0.0-20200909210914-44a2922940c2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/dedis/onet.v2 v2.0.0-20181115163211-c8f3724038a7
moul.io/http2curl v1.0.0 // indirect
)