Skip to content

Commit 6112731

Browse files
author
sammyne
committed
BREAKING CHANGE: rename pkg
1 parent 4f04b68 commit 6112731

18 files changed

+25
-25
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ISC License (ISC)
2-
Copyright 2018 sammy00
2+
Copyright 2018 sammyne
33

44
Permission to use, copy, modify, and/or distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
hdkeychain
22
==========
33

4-
[![CircleCI](https://circleci.com/gh/sammy00/bip32.svg?style=svg)](https://circleci.com/gh/sammy00/bip32)
5-
[![codecov](https://codecov.io/gh/sammy00/bip32/branch/master/graph/badge.svg)](https://codecov.io/gh/sammy00/bip32)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/sammy00/bip32)](https://goreportcard.com/report/github.com/sammy00/bip32)
4+
[![CircleCI](https://circleci.com/gh/sammyne/bip32.svg?style=svg)](https://circleci.com/gh/sammyne/bip32)
5+
[![codecov](https://codecov.io/gh/sammyne/bip32/branch/master/graph/badge.svg)](https://codecov.io/gh/sammyne/bip32)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/sammyne/bip32)](https://goreportcard.com/report/github.com/sammyne/bip32)
77
[![LICENSE](https://img.shields.io/badge/license-ISC-blue.svg)](LICENSE)
88

99
Package hdkeychain provides an API for bitcoin hierarchical deterministic

example_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99
"fmt"
1010
"io"
1111

12-
"github.com/sammy00/base58"
12+
"github.com/sammyne/base58"
1313

14-
"github.com/sammy00/bip32"
14+
"github.com/sammyne/bip32"
1515
)
1616

1717
// This example demonstrates how to generate a cryptographically random seed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module github.com/sammy00/bip32
1+
module github.com/sammyne/bip32
22

33
require (
44
github.com/btcsuite/btcd v0.0.0-20181013004428-67e573d211ac
55
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
66
github.com/davecgh/go-spew v1.1.1 // indirect
7-
github.com/sammy00/base58 v1.0.0
7+
github.com/sammyne/base58 v1.0.0
88
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
99
)
1010

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ github.com/golang/crypto v0.0.0-20181025213731-e84da0312774 h1:XSfzjOw/bKhTXIVkm
88
github.com/golang/crypto v0.0.0-20181025213731-e84da0312774/go.mod h1:uZvAcrsnNaCxlh1HorK5dUQHGmEKPh2H/Rl1kehswPo=
99
github.com/golang/crypto v0.0.0-20181030102418-4d3f4d9ffa16 h1:eYYX4kSnlwJkijnThiBqTSx3NiIV1R2K1SkNo7viDi0=
1010
github.com/golang/crypto v0.0.0-20181030102418-4d3f4d9ffa16/go.mod h1:uZvAcrsnNaCxlh1HorK5dUQHGmEKPh2H/Rl1kehswPo=
11-
github.com/sammy00/base58 v1.0.0 h1:e1I/oUKG2ncXatK1rVH3/bsy5sIqKLMdatqwr/zpS0Q=
12-
github.com/sammy00/base58 v1.0.0/go.mod h1:YnqWaWG1fmFImPqhKdfA3UFaFzmW3eP3yX7puS5NmP8=
11+
github.com/sammyne/base58 v1.0.0 h1:e1I/oUKG2ncXatK1rVH3/bsy5sIqKLMdatqwr/zpS0Q=
12+
github.com/sammyne/base58 v1.0.0/go.mod h1:YnqWaWG1fmFImPqhKdfA3UFaFzmW3eP3yX7puS5NmP8=

golden.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"encoding/json"
77
"os"
88

9-
"github.com/sammy00/bip32"
9+
"github.com/sammyne/bip32"
1010
)
1111

1212
// Goldie is an alias to ease typing

golden_addon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sort"
1111
"strings"
1212

13-
"github.com/sammy00/bip32"
13+
"github.com/sammyne/bip32"
1414
)
1515

1616
// Goldie is an alias to ease typing

goldie_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"io"
55
"testing"
66

7-
"github.com/sammy00/bip32"
7+
"github.com/sammyne/bip32"
88
)
99

1010
type childGoldie struct {

helper_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"path/filepath"
99
"testing"
1010

11-
"github.com/sammy00/bip32"
11+
"github.com/sammyne/bip32"
1212
)
1313

1414
type NewMasterKeyGoldie struct {

internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/binary"
55

66
"github.com/btcsuite/btcd/btcec"
7-
"github.com/sammy00/base58"
7+
"github.com/sammyne/base58"
88
)
99

1010
func appendMeta(buf []byte, pub *PublicKey) []byte {

internal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"reflect"
77
"testing"
88

9-
"github.com/sammy00/base58"
9+
"github.com/sammyne/base58"
1010
)
1111

1212
func Test_decodePublicKey(t *testing.T) {

master_key_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"reflect"
55
"testing"
66

7-
"github.com/sammy00/bip32"
7+
"github.com/sammyne/bip32"
88
)
99

1010
func TestGenerateMasterKey(t *testing.T) {

private_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
"github.com/btcsuite/btcd/btcec"
1313
"github.com/btcsuite/btcd/chaincfg"
14-
"github.com/sammy00/base58"
14+
"github.com/sammyne/base58"
1515
)
1616

1717
type PrivateKey struct {

private_key_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77

88
"github.com/btcsuite/btcd/chaincfg"
99

10-
"github.com/sammy00/base58"
11-
"github.com/sammy00/bip32"
10+
"github.com/sammyne/base58"
11+
"github.com/sammyne/bip32"
1212
)
1313

1414
func TestPrivateKey_AddressPubKeyHash(t *testing.T) {

public_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/btcsuite/btcd/btcec"
1010
"github.com/btcsuite/btcutil"
11-
"github.com/sammy00/base58"
11+
"github.com/sammyne/base58"
1212
)
1313

1414
type PublicKey struct {

public_key_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"math"
77
"testing"
88

9-
"github.com/sammy00/base58"
10-
"github.com/sammy00/bip32"
9+
"github.com/sammyne/base58"
10+
"github.com/sammyne/bip32"
1111
)
1212

1313
func TestParsePublicKey_Bad(t *testing.T) {

secp256k1_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66

77
"github.com/btcsuite/btcd/btcec"
8-
"github.com/sammy00/bip32"
8+
"github.com/sammyne/bip32"
99
)
1010

1111
func TestToUsableScalar(t *testing.T) {

testing_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"reflect"
55
"testing"
66

7-
"github.com/sammy00/bip32"
7+
"github.com/sammyne/bip32"
88
)
99

1010
// dummy test for coverage report

0 commit comments

Comments
 (0)