Skip to content

Commit

Permalink
refactor: Rename bxelab to personal studyzy
Browse files Browse the repository at this point in the history
--story=1
  • Loading branch information
studyzy committed Nov 4, 2024
1 parent a36ade2 commit b2c7125
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bitcoin Rune protocol golang implement library.
## How to use

```go
go get github.com/bxelab/runestone@latest
go get github.com/studyzy/runestone@latest
```

### Etching
Expand Down
2 changes: 1 addition & 1 deletion cmd/runestonecli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/btcsuite/btcd/btcutil"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/txscript"
"github.com/bxelab/runestone"
"github.com/studyzy/runestone"
"lukechampine.com/uint128"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/runestonecli/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/bxelab/runestone"
"github.com/studyzy/runestone"
"lukechampine.com/uint128"
)

Expand Down
6 changes: 3 additions & 3 deletions cmd/runestonecli/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bxelab/runestone/cmd/runestonecli
module github.com/studyzy/runestone/cmd/runestonecli

go 1.22.2

Expand All @@ -7,7 +7,7 @@ require (
github.com/btcsuite/btcd/btcec/v2 v2.1.3
github.com/btcsuite/btcd/btcutil v1.1.5
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
github.com/bxelab/runestone v0.0.0-20240425113004-bea3419a6a3e
github.com/studyzy/runestone v0.0.0-20240425113004-bea3419a6a3e
github.com/manifoldco/promptui v0.9.0
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.18.2
Expand Down Expand Up @@ -42,4 +42,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/bxelab/runestone => ../../
replace github.com/studyzy/runestone => ../../
2 changes: 1 addition & 1 deletion cmd/runestonecli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (

"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/wire"
"github.com/bxelab/runestone"
"github.com/manifoldco/promptui"
"github.com/spf13/viper"
"github.com/studyzy/runestone"
"golang.org/x/text/message"
)

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// To start using the runestone package, simply import it into your Go project:
//
// ```
// go get github.com/bxelab/runestone
// go get github.com/studyzy/runestone
// ```
//
// You can then use the various components provided by the package to interact with the Rune protocol,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bxelab/runestone
module github.com/studyzy/runestone

go 1.22

Expand Down

0 comments on commit b2c7125

Please sign in to comment.