diff --git a/go.mod b/go.mod index 02c346c..5c537ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/chronicleprotocol/keeman -go 1.23.0 +go 1.24.0 toolchain go1.24.6 diff --git a/pkg/tor/onion.go b/pkg/tor/onion.go index 374721d..b96de7f 100644 --- a/pkg/tor/onion.go +++ b/pkg/tor/onion.go @@ -3,6 +3,7 @@ package tor import ( "bytes" "crypto/ed25519" + "crypto/sha3" "crypto/sha512" "encoding/base32" "encoding/json" @@ -10,7 +11,6 @@ import ( "strings" "github.com/ethereum/go-ethereum/common" - "golang.org/x/crypto/sha3" ) type Onion struct {