forked from netsec-ethz/scion-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 981 Bytes
/
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
module github.com/netsec-ethz/scion-apps
go 1.16
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84
github.com/gorilla/handlers v1.5.1
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/kormat/fmt15 v0.0.0-20181112140556-ee69fecb2656
github.com/kr/pty v1.1.8
github.com/lucas-clemente/quic-go v0.21.1
github.com/mattn/go-sqlite3 v1.14.4
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
github.com/netsec-ethz/rains v0.3.0
github.com/pelletier/go-toml v1.9.3
github.com/scionproto/scion v0.6.1-0.20210929154253-764d6e2afe47
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
replace github.com/scionproto/scion => github.com/netsec-ethz/scion v0.0.0-20211005155700-e5719e3cd5ed