Update git remote URL from git.ourworld.tf to git.threefold.info
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"git.ourworld.tf/herocode/heroagent/pkg/herojobs"
|
||||
"git.threefold.info/herocode/heroagent/pkg/herojobs"
|
||||
)
|
||||
|
||||
// JobManager provides an interface for job management operations
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"git.ourworld.tf/herocode/heroagent/pkg/openrpc"
|
||||
"git.ourworld.tf/herocode/heroagent/pkg/openrpc/models"
|
||||
"git.threefold.info/herocode/heroagent/pkg/openrpc"
|
||||
"git.threefold.info/herocode/heroagent/pkg/openrpc/models"
|
||||
)
|
||||
|
||||
// OpenRPCUIManager is the interface for managing OpenRPC specifications in the UI
|
||||
|
Reference in New Issue
Block a user