Skip to content

Commit f8134d0

Browse files
committed
fix dependencies
1 parent 74fdeea commit f8134d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/stretchr/testify v1.4.0
55
go.cryptoscope.co/netwrap v0.1.0
66
go.mindeco.de v1.12.0
7-
golang.org/x/crypto v0.0.0-20200303113948-2939d6771b24
7+
golang.org/x/crypto v0.0.0-20200303113948-886946aabeb8
88
)
99

1010
go 1.13
@@ -15,4 +15,4 @@ go 1.13
1515
// This seemed like the easiest change to port agl's extra25519 to use x/crypto
1616
// Background: https://github.com/agl/ed25519/issues/27#issuecomment-591073699
1717
// The branch in use: https://github.com/cryptix/golang_x_crypto/tree/non-internal-edwards
18-
replace golang.org/x/crypto => github.com/cryptix/golang_x_crypto v0.0.0-20200303113948-2939d6771b24
18+
replace golang.org/x/crypto => github.com/cryptix/golang_x_crypto v0.0.0-20200924101112-886946aabeb8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/PuerkitoBio/goquery v1.5.0/go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg=
22
github.com/andybalholm/cascadia v1.0.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
3-
github.com/cryptix/golang_x_crypto v0.0.0-20200303113948-2939d6771b24 h1:tCYzn+bTBGDEl+OPb7zZp8HF7wc7TP8nA0MB9FngerA=
4-
github.com/cryptix/golang_x_crypto v0.0.0-20200303113948-2939d6771b24/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
3+
github.com/cryptix/golang_x_crypto v0.0.0-20200924101112-886946aabeb8 h1:eJ+NZ2KeNYBPYvshzkPxxKvaWM+h0CgpDyJw0aa6W1Y=
4+
github.com/cryptix/golang_x_crypto v0.0.0-20200924101112-886946aabeb8/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
77
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)