diff --git a/bindings.go b/bindings.go index 8197e79..12f84aa 100644 --- a/bindings.go +++ b/bindings.go @@ -15,8 +15,8 @@ import ( "time" "unsafe" - "github.com/TeoSlayer/pilotprotocol/pkg/driver" - "github.com/TeoSlayer/pilotprotocol/pkg/protocol" + "github.com/pilot-protocol/common/driver" + "github.com/pilot-protocol/common/protocol" ) // ---------- Handle table ---------- diff --git a/embedded.go b/embedded.go index 821e949..7e8463f 100644 --- a/embedded.go +++ b/embedded.go @@ -35,7 +35,7 @@ import ( "time" "github.com/TeoSlayer/pilotprotocol/pkg/daemon" - "github.com/TeoSlayer/pilotprotocol/pkg/driver" + "github.com/pilot-protocol/common/driver" "github.com/pilot-protocol/handshake" "github.com/pilot-protocol/policy" diff --git a/go.mod b/go.mod index 6c53ffd..4b4988e 100644 --- a/go.mod +++ b/go.mod @@ -13,8 +13,10 @@ require ( require ( github.com/coder/websocket v1.8.14 // indirect github.com/expr-lang/expr v1.17.8 // indirect - github.com/pilot-protocol/common v0.1.0 // indirect + github.com/pilot-protocol/common v0.2.0 // indirect github.com/pilot-protocol/trustedagents v0.1.0 // indirect ) replace github.com/TeoSlayer/pilotprotocol => ../web4 + +replace github.com/pilot-protocol/common => ../common