Skip to content

Commit e053529

Browse files
authored
Biweekly update (#196)
Update dependencies. Small changes in API for quic-go, probably fine. Belated merge of forgotten PR.
1 parent f379573 commit e053529

File tree

4 files changed

+323
-61
lines changed

4 files changed

+323
-61
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ require (
99
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
1010
github.com/kormat/fmt15 v0.0.0-20181112140556-ee69fecb2656
1111
github.com/kr/pty v1.1.8
12-
github.com/lucas-clemente/quic-go v0.19.2
13-
github.com/mattn/go-sqlite3 v1.9.1-0.20180719091609-b3511bfdd742
12+
github.com/lucas-clemente/quic-go v0.21.1
13+
github.com/mattn/go-sqlite3 v1.14.4
1414
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
1515
github.com/netsec-ethz/rains v0.2.0
16-
github.com/pelletier/go-toml v1.8.1-0.20200708110244-34de94e6a887
16+
github.com/pelletier/go-toml v1.9.3
1717
github.com/scionproto/scion v0.6.0
1818
github.com/smartystreets/goconvey v1.6.4
1919
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
@@ -22,4 +22,4 @@ require (
2222
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2323
)
2424

25-
replace github.com/scionproto/scion => github.com/netsec-ethz/scion v0.0.0-20210705084436-3295af71a57a
25+
replace github.com/scionproto/scion => github.com/netsec-ethz/scion v0.0.0-20210714115737-74fc9cfb9644

0 commit comments

Comments
 (0)