Skip to content

Commit 41b1b1f

Browse files
committed
release: rename module
1 parent a2e6187 commit 41b1b1f

372 files changed

Lines changed: 976 additions & 976 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.design/hosted/auth/server-auth-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ import (
245245
"path/filepath"
246246
"strings"
247247

248-
"github.com/ptone/scion-agent/pkg/apiclient"
248+
"github.com/GoogleCloudPlatform/scion/pkg/apiclient"
249249
)
250250

251251
// WithDevToken sets a development token for authentication.

.design/hosted/client-design.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ package hubclient
304304
import (
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
441441
import (
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
552552
import (
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
664664
import (
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
753753
import (
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
824824
import (
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
860860
import (
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
12801280
import (
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
13791379
import (
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

15161516
func 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

15961596
func 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

16591659
func 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

18201820
func 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

19171917
func TestGetAgent(t *testing.T) {

.design/hosted/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ import (
291291
secretmanager "cloud.google.com/go/secretmanager/apiv1"
292292
smpb "cloud.google.com/go/secretmanager/apiv1/secretmanagerpb"
293293

294-
"github.com/ptone/scion-agent/pkg/secret"
294+
"github.com/GoogleCloudPlatform/scion/pkg/secret"
295295
)
296296

297297
// GCPStore implements secret.SecretBackend using GCP Secret Manager.

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
COMMIT=$(git rev-parse HEAD 2>/dev/null || echo "unknown")
6868
BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
69-
PKG="github.com/ptone/scion-agent/pkg/version"
69+
PKG="github.com/GoogleCloudPlatform/scion/pkg/version"
7070
7171
# Build ldflags, only including version if available
7272
LDFLAGS="-X ${PKG}.Commit=${COMMIT} -X ${PKG}.BuildTime=${BUILD_TIME}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONTAINER_DIR := ./.build/container
77
INSTALL_DIR := $(HOME)/.local/bin
88
MAIN_PKG := ./cmd/scion
99
LDFLAGS := $(shell ./hack/version.sh)
10-
SCIONTOOL_LDFLAGS := $(shell ./hack/version.sh github.com/ptone/scion-agent/cmd/sciontool/commands)
10+
SCIONTOOL_LDFLAGS := $(shell ./hack/version.sh github.com/GoogleCloudPlatform/scion/cmd/sciontool/commands)
1111
CONTAINER_OS := linux
1212
CONTAINER_ARCH := $(shell if [ "$$(uname -m)" = "x86_64" ]; then echo amd64; else echo arm64; fi)
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the **[Installation Guide](docs-site/src/content/docs/install.md)** for deta
3636

3737
Quick start from source:
3838
```bash
39-
go install github.com/ptone/scion-agent/cmd/scion@latest
39+
go install github.com/GoogleCloudPlatform/scion/cmd/scion@latest
4040
```
4141

4242
## Quick Start

cmd/attach.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import (
2121
"path/filepath"
2222
"time"
2323

24-
"github.com/ptone/scion-agent/pkg/agent"
25-
"github.com/ptone/scion-agent/pkg/agent/state"
26-
"github.com/ptone/scion-agent/pkg/api"
27-
"github.com/ptone/scion-agent/pkg/config"
28-
"github.com/ptone/scion-agent/pkg/runtime"
29-
"github.com/ptone/scion-agent/pkg/wsclient"
24+
"github.com/GoogleCloudPlatform/scion/pkg/agent"
25+
"github.com/GoogleCloudPlatform/scion/pkg/agent/state"
26+
"github.com/GoogleCloudPlatform/scion/pkg/api"
27+
"github.com/GoogleCloudPlatform/scion/pkg/config"
28+
"github.com/GoogleCloudPlatform/scion/pkg/runtime"
29+
"github.com/GoogleCloudPlatform/scion/pkg/wsclient"
3030
"github.com/spf13/cobra"
3131
)
3232

cmd/broker.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ import (
2525
"time"
2626

2727
"github.com/google/uuid"
28-
"github.com/ptone/scion-agent/pkg/apiclient"
29-
"github.com/ptone/scion-agent/pkg/brokercredentials"
30-
"github.com/ptone/scion-agent/pkg/config"
31-
"github.com/ptone/scion-agent/pkg/daemon"
32-
"github.com/ptone/scion-agent/pkg/hubclient"
33-
"github.com/ptone/scion-agent/pkg/hubsync"
34-
"github.com/ptone/scion-agent/pkg/util"
35-
"github.com/ptone/scion-agent/pkg/version"
28+
"github.com/GoogleCloudPlatform/scion/pkg/apiclient"
29+
"github.com/GoogleCloudPlatform/scion/pkg/brokercredentials"
30+
"github.com/GoogleCloudPlatform/scion/pkg/config"
31+
"github.com/GoogleCloudPlatform/scion/pkg/daemon"
32+
"github.com/GoogleCloudPlatform/scion/pkg/hubclient"
33+
"github.com/GoogleCloudPlatform/scion/pkg/hubsync"
34+
"github.com/GoogleCloudPlatform/scion/pkg/util"
35+
"github.com/GoogleCloudPlatform/scion/pkg/version"
3636
"github.com/spf13/cobra"
3737
)
3838

cmd/cdw.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"path/filepath"
2222
"syscall"
2323

24-
"github.com/ptone/scion-agent/pkg/api"
25-
"github.com/ptone/scion-agent/pkg/config"
26-
"github.com/ptone/scion-agent/pkg/util"
24+
"github.com/GoogleCloudPlatform/scion/pkg/api"
25+
"github.com/GoogleCloudPlatform/scion/pkg/config"
26+
"github.com/GoogleCloudPlatform/scion/pkg/util"
2727
"github.com/spf13/cobra"
2828
)
2929

cmd/clean.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"path/filepath"
2222
"time"
2323

24-
"github.com/ptone/scion-agent/pkg/config"
25-
"github.com/ptone/scion-agent/pkg/hubsync"
26-
"github.com/ptone/scion-agent/pkg/util"
24+
"github.com/GoogleCloudPlatform/scion/pkg/config"
25+
"github.com/GoogleCloudPlatform/scion/pkg/hubsync"
26+
"github.com/GoogleCloudPlatform/scion/pkg/util"
2727
"github.com/spf13/cobra"
2828
)
2929

0 commit comments

Comments
 (0)