We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb415c3 commit 4220f38Copy full SHA for 4220f38
go.mod
@@ -16,9 +16,10 @@ require (
16
github.com/pelletier/go-toml v1.8.1-0.20200708110244-34de94e6a887
17
github.com/scionproto/scion v0.6.0
18
github.com/smartystreets/goconvey v1.6.4
19
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
+ golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
20
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
21
+ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
22
gopkg.in/alecthomas/kingpin.v2 v2.2.6
23
)
24
-replace github.com/scionproto/scion => github.com/netsec-ethz/scion v0.0.0-20210209094654-fbc7c985966b
25
+replace github.com/scionproto/scion => github.com/netsec-ethz/scion v0.0.0-20210422093733-cc1229906792
0 commit comments