Skip to content

Commit

Permalink
Merge pull request #41 from teserakt-io/av/ed25519-dependency
Browse files Browse the repository at this point in the history
Switch to teserakt ed25519 extra repository.
  • Loading branch information
daeMOn63 committed Mar 16, 2020
2 parents b95096f + 04dac96 commit 7670bd1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Expand Up @@ -26,8 +26,8 @@ import (

"golang.org/x/crypto/curve25519"

"github.com/agl/ed25519/extra25519"
miscreant "github.com/miscreant/miscreant.go"
"github.com/teserakt-io/golang-ed25519/extra25519"
"golang.org/x/crypto/ed25519"

e4crypto "github.com/teserakt-io/e4go/crypto"
Expand Down
2 changes: 1 addition & 1 deletion crypto/crypto.go
Expand Up @@ -22,8 +22,8 @@ import (
"fmt"
"time"

"github.com/agl/ed25519/extra25519"
miscreant "github.com/miscreant/miscreant.go"
"github.com/teserakt-io/golang-ed25519/extra25519"
"golang.org/x/crypto/argon2"
"golang.org/x/crypto/ed25519"
)
Expand Down
2 changes: 1 addition & 1 deletion crypto/crypto_test.go
Expand Up @@ -22,7 +22,7 @@ import (
"testing"
"time"

"github.com/agl/ed25519/extra25519"
"github.com/teserakt-io/golang-ed25519/extra25519"
"golang.org/x/crypto/ed25519"
)

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -3,10 +3,10 @@ module github.com/teserakt-io/e4go
go 1.12

require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/marcusolsson/tui-go v0.4.0
github.com/miscreant/miscreant.go v0.0.0-20190903041724-6bebe170cbaf
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
github.com/teserakt-io/golang-ed25519 v0.0.0-20200315192543-8255be791ce4
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
)
7 changes: 3 additions & 4 deletions go.sum
@@ -1,5 +1,3 @@
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 h1:w1UutsfOrms1J05zt7ISrnJIXKzwaspym5BTKGx93EI=
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=
github.com/eclipse/paho.mqtt.golang v1.2.0 h1:1F8mhG9+aO5/xpdtFkW4SxOJB67ukuDC3t2y2qayIX0=
github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 h1:hheUEMzaOie/wKeIc1WPa7CDVuIO5hqQxjS+dwTQEnI=
Expand All @@ -26,10 +24,11 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykE
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c h1:Ho+uVpkel/udgjbwB5Lktg9BtvJSh2DT0Hi6LPSyI2w=
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s=
github.com/teserakt-io/golang-ed25519 v0.0.0-20200315192543-8255be791ce4 h1:Sq/68UWgBzKT+pLTUTkSf0jS2IUwwXLFlZmeh+nAzQM=
github.com/teserakt-io/golang-ed25519 v0.0.0-20200315192543-8255be791ce4/go.mod h1:9PdLyPiZIiW3UopXyRnPYyjUXSpiQNHRLu8fOsR3o8M=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 h1:ULYEB3JvPRE/IfO+9uO7vKV/xzVTO7XPAwm8xbf4w2g=
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 h1:xMPOj6Pz6UipU1wXLkrtqpHbR0AVFnyPEQq/wRWz9lM=
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 h1:0GoQqolDA55aaLxZyTzK/Y2ePZzZTUrRacwib7cNsYQ=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 h1:R/3boaszxrf1GEUWTVDzSKVwLmSJpwZ1yqXm8j0v2QI=
Expand Down

0 comments on commit 7670bd1

Please sign in to comment.