Skip to content

Commit

Permalink
Bump scion and rains dependencies (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf authored Mar 30, 2020
1 parent 2f0a737 commit d6d0248
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/lucas-clemente/quic-go v0.7.1-0.20190212114006-fd7246d7ed6e
github.com/mattn/go-sqlite3 v1.9.1-0.20180719091609-b3511bfdd742
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
github.com/netsec-ethz/rains v0.0.0-20200326150705-3eb858e82188
github.com/scionproto/scion v0.4.1-0.20200324160848-64e5ff95eec1
github.com/netsec-ethz/rains v0.1.0
github.com/scionproto/scion v0.5.0
github.com/smartystreets/goconvey v1.6.4
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9 h1:ZivaaKmjs9q90zi6I4gTLW6tbVGtlBjellr3hMYaly0=
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9/go.mod h1:np1wUFZ6tyoke22qDJZY40URn9Ae51gX7ljIWXN5TJs=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/netsec-ethz/rains v0.0.0-20200326150705-3eb858e82188 h1:Au1nAi8Ekr8IVXtFDR67Pg/CPDPTAAPWgEiiRXGZo7U=
github.com/netsec-ethz/rains v0.0.0-20200326150705-3eb858e82188/go.mod h1:TKDRuFhFlQsDR+6vhQa7YwIUaeEcuK4bmFpN1YemAxA=
github.com/netsec-ethz/rains v0.1.0 h1:ZKtTLHnDcs2pkzVkdDuh0PySVDtZ3gsg0Fkspq0P0rE=
github.com/netsec-ethz/rains v0.1.0/go.mod h1:Qh9hqQp3OeOcMtt6NxBqw53159pj4T2Q/Nih0qd8PxY=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.10.3 h1:OoxbjfXVZyod1fmWYhI7SEyaD8B00ynP3T+D5GiyHOY=
github.com/onsi/ginkgo v1.10.3/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down Expand Up @@ -127,8 +127,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/procfs v0.0.3 h1:CTwfnzjQ+8dS6MhHHu4YswVAD99sL2wjPqP+VkURmKE=
github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ=
github.com/scionproto/scion v0.4.1-0.20200324160848-64e5ff95eec1 h1:dEWLk21ts5TMiIpiPql0+G5j+IwyqSu/0W2sY29XoAk=
github.com/scionproto/scion v0.4.1-0.20200324160848-64e5ff95eec1/go.mod h1:yayLUQzSt/Lwg+3dA2terZ3tEgXI9r7CX8MKrX5CIdI=
github.com/scionproto/scion v0.5.0 h1:6IVRRpcsOlWdp8K4ojRufOHlTqfzuEzRFHAOONoJjFw=
github.com/scionproto/scion v0.5.0/go.mod h1:yayLUQzSt/Lwg+3dA2terZ3tEgXI9r7CX8MKrX5CIdI=
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
Expand Down

0 comments on commit d6d0248

Please sign in to comment.