Skip to content

Commit

Permalink
chore: updating project owner
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jun 9, 2024
1 parent 98ff6ad commit 67e253f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion endpoints/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strconv"

"github.com/larsid/tangle-client-go/messages"
"github.com/allancapistrano/tangle-hornet-api/config"
"github.com/larsid/tangle-hornet-api/config"
"github.com/gorilla/mux"
)

Expand Down
2 changes: 1 addition & 1 deletion endpoints/nodeInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"

"github.com/larsid/tangle-client-go/info"
"github.com/allancapistrano/tangle-hornet-api/config"
"github.com/larsid/tangle-hornet-api/config"
)

const CONFIG_FILE_NAME = "tangle-hornet.conf"
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-hornet-api
module github.com/larsid/tangle-hornet-api

go 1.20

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"log"
"net/http"

"github.com/allancapistrano/tangle-hornet-api/config"
"github.com/allancapistrano/tangle-hornet-api/router"
"github.com/larsid/tangle-hornet-api/config"
"github.com/larsid/tangle-hornet-api/router"
)

const CONFIG_FILE_NAME = "tangle-hornet.conf"
Expand Down
2 changes: 1 addition & 1 deletion router/router.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package router

import (
"github.com/allancapistrano/tangle-hornet-api/endpoints"
"github.com/larsid/tangle-hornet-api/endpoints"
"github.com/gorilla/mux"
)

Expand Down

0 comments on commit 67e253f

Please sign in to comment.