@@ -304,8 +304,8 @@ package hubclient
304304import (
305305 " context"
306306
307- " github.com/ptone /scion-agent /pkg/apiclient"
308- " github.com/ptone /scion-agent /pkg/store"
307+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
308+ " github.com/GoogleCloudPlatform /scion/pkg/store"
309309)
310310
311311// Client is the interface for the Hub API client.
@@ -383,7 +383,7 @@ import (
383383 " net/http"
384384 " time"
385385
386- " github.com/ptone /scion-agent /pkg/apiclient"
386+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
387387)
388388
389389// Option configures a Hub client.
@@ -441,7 +441,7 @@ package hubclient
441441import (
442442 " context"
443443
444- " github.com/ptone /scion-agent /pkg/apiclient"
444+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
445445)
446446
447447// AgentService handles agent operations.
@@ -552,7 +552,7 @@ package hubclient
552552import (
553553 " context"
554554
555- " github.com/ptone /scion-agent /pkg/apiclient"
555+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
556556)
557557
558558// GroveService handles grove operations.
@@ -664,7 +664,7 @@ package hubclient
664664import (
665665 " context"
666666
667- " github.com/ptone /scion-agent /pkg/apiclient"
667+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
668668)
669669
670670// RuntimeBrokerService handles runtime broker operations.
@@ -753,7 +753,7 @@ package hubclient
753753import (
754754 " context"
755755
756- " github.com/ptone /scion-agent /pkg/apiclient"
756+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
757757)
758758
759759// TemplateService handles template operations.
@@ -824,7 +824,7 @@ package hubclient
824824import (
825825 " context"
826826
827- " github.com/ptone /scion-agent /pkg/apiclient"
827+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
828828)
829829
830830// UserService handles user operations.
@@ -860,7 +860,7 @@ package hubclient
860860import (
861861 " context"
862862
863- " github.com/ptone /scion-agent /pkg/apiclient"
863+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
864864)
865865
866866// EnvService handles environment variable operations.
@@ -1280,8 +1280,8 @@ package brokerclient
12801280import (
12811281 " context"
12821282
1283- " github.com/ptone /scion-agent /pkg/apiclient"
1284- " github.com/ptone /scion-agent /pkg/runtimebroker"
1283+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
1284+ " github.com/GoogleCloudPlatform /scion/pkg/runtimebroker"
12851285)
12861286
12871287// Client is the interface for the Runtime Broker API client.
@@ -1328,7 +1328,7 @@ import (
13281328 " net/http"
13291329 " time"
13301330
1331- " github.com/ptone /scion-agent /pkg/apiclient"
1331+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
13321332)
13331333
13341334// Option configures a Runtime Broker client.
@@ -1379,8 +1379,8 @@ package brokerclient
13791379import (
13801380 " context"
13811381
1382- " github.com/ptone /scion-agent /pkg/apiclient"
1383- " github.com/ptone /scion-agent /pkg/runtimebroker"
1382+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
1383+ " github.com/GoogleCloudPlatform /scion/pkg/runtimebroker"
13841384)
13851385
13861386// AgentService handles agent operations on a runtime broker.
@@ -1509,8 +1509,8 @@ import (
15091509 "errors"
15101510 "fmt"
15111511
1512- "github.com/ptone /scion-agent /pkg/apiclient"
1513- "github.com/ptone /scion-agent /pkg/hubclient"
1512+ "github.com/GoogleCloudPlatform /scion/pkg/apiclient"
1513+ "github.com/GoogleCloudPlatform /scion/pkg/hubclient"
15141514)
15151515
15161516func example(ctx context.Context, client hubclient.Client) {
@@ -1590,7 +1590,7 @@ import (
15901590 " log"
15911591 " time"
15921592
1593- " github.com/ptone /scion-agent /pkg/hubclient"
1593+ " github.com/GoogleCloudPlatform /scion/pkg/hubclient"
15941594)
15951595
15961596func main () {
@@ -1653,7 +1653,7 @@ import (
16531653 " fmt"
16541654 " log"
16551655
1656- " github.com/ptone /scion-agent /pkg/hubclient"
1656+ " github.com/GoogleCloudPlatform /scion/pkg/hubclient"
16571657)
16581658
16591659func main () {
@@ -1708,8 +1708,8 @@ import (
17081708 " fmt"
17091709 " log"
17101710
1711- " github.com/ptone /scion-agent /pkg/brokerclient"
1712- " github.com/ptone /scion-agent /pkg/runtimebroker"
1711+ " github.com/GoogleCloudPlatform /scion/pkg/brokerclient"
1712+ " github.com/GoogleCloudPlatform /scion/pkg/runtimebroker"
17131713)
17141714
17151715// This example shows how the Hub would dispatch an agent creation
@@ -1750,7 +1750,7 @@ import (
17501750 " os/signal"
17511751 " syscall"
17521752
1753- " github.com/ptone /scion-agent /pkg/brokerclient"
1753+ " github.com/GoogleCloudPlatform /scion/pkg/brokerclient"
17541754 " golang.org/x/term"
17551755)
17561756
@@ -1813,8 +1813,8 @@ import (
18131813 " context"
18141814 " fmt"
18151815
1816- " github.com/ptone /scion-agent /pkg/apiclient"
1817- " github.com/ptone /scion-agent /pkg/hubclient"
1816+ " github.com/GoogleCloudPlatform /scion/pkg/apiclient"
1817+ " github.com/GoogleCloudPlatform /scion/pkg/hubclient"
18181818)
18191819
18201820func listAllAgents (ctx context .Context , client hubclient .Client , groveID string ) ([]hubclient .Agent , error ) {
@@ -1862,7 +1862,7 @@ import (
18621862 " context"
18631863 " testing"
18641864
1865- " github.com/ptone /scion-agent /pkg/hubclient"
1865+ " github.com/GoogleCloudPlatform /scion/pkg/hubclient"
18661866)
18671867
18681868// MockAgentService implements hubclient.AgentService for testing.
@@ -1911,7 +1911,7 @@ import (
19111911 " net/http/httptest"
19121912 " testing"
19131913
1914- " github.com/ptone /scion-agent /pkg/hubclient"
1914+ " github.com/GoogleCloudPlatform /scion/pkg/hubclient"
19151915)
19161916
19171917func TestGetAgent (t *testing .T ) {
0 commit comments