Skip to content

Commit 4220f38

Browse files
authored
biweekly update and other fixes (#188)
* biweekly update and other fixes * biweekly update to scionlab, and other small fixes
1 parent cb415c3 commit 4220f38

File tree

6 files changed

+94
-33
lines changed

6 files changed

+94
-33
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ require (
1616
github.com/pelletier/go-toml v1.8.1-0.20200708110244-34de94e6a887
1717
github.com/scionproto/scion v0.6.0
1818
github.com/smartystreets/goconvey v1.6.4
19-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
19+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
2020
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
21+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
2122
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2223
)
2324

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

Comments
 (0)