File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1010go 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
Original file line number Diff line number Diff line change 11github.com/PuerkitoBio/goquery v1.5.0 /go.mod h1:qD2PgZ9lccMbQlc7eEOjaeRlFQON7xY8kdmcsrnKqMg =
22github.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 =
55github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
66github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
77github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments