Skip to content

Commit

Permalink
chore: updating module owner
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jun 9, 2024
1 parent 6b0cd93 commit ce3f781
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use the library, we recommend you update Go [to the latest stable version](ht
## Using the library

```powershell
go get github.com/allancapistrano/tangle-client-go
go get github.com/larsid/tangle-client-go
```
## License

Expand Down
4 changes: 2 additions & 2 deletions example.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"log"

infoNode "github.com/allancapistrano/tangle-client-go/info"
"github.com/allancapistrano/tangle-client-go/messages"
infoNode "github.com/larsid/tangle-client-go/info"
"github.com/larsid/tangle-client-go/messages"
)

func main() {
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/allancapistrano/tangle-client-go
module github.com/larsid/tangle-client-go

go 1.20

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

iotago "github.com/iotaledger/iota.go/v2"

"github.com/allancapistrano/tangle-client-go/utils"
"github.com/larsid/tangle-client-go/utils"
)

type Message struct {
Expand Down

0 comments on commit ce3f781

Please sign in to comment.