From eafcbff11fc3b0fefee45a8569f2a6521d74f3c7 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 7 Mar 2023 11:50:02 +0300 Subject: [PATCH] Rename go package names Due to source code relocation from GitHub. Signed-off-by: Alex Vanin --- accounting/service.proto | 2 +- accounting/types.proto | 2 +- acl/types.proto | 2 +- audit/types.proto | 2 +- container/service.proto | 2 +- container/types.proto | 2 +- lock/types.proto | 2 +- netmap/service.proto | 2 +- netmap/types.proto | 2 +- object/service.proto | 2 +- object/types.proto | 2 +- refs/types.proto | 2 +- reputation/service.proto | 2 +- reputation/types.proto | 2 +- session/service.proto | 2 +- session/types.proto | 2 +- status/types.proto | 2 +- storagegroup/types.proto | 2 +- subnet/types.proto | 2 +- tombstone/types.proto | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/accounting/service.proto b/accounting/service.proto index 154382a..6574404 100644 --- a/accounting/service.proto +++ b/accounting/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.accounting; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; option csharp_namespace = "Neo.FileStorage.API.Accounting"; import "accounting/types.proto"; diff --git a/accounting/types.proto b/accounting/types.proto index af16f84..205332e 100644 --- a/accounting/types.proto +++ b/accounting/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.accounting; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; option csharp_namespace = "Neo.FileStorage.API.Accounting"; // Standard floating point data type can't be used in NeoFS due to inexactness diff --git a/acl/types.proto b/acl/types.proto index 95b18b5..1ca947a 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.acl; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/acl/grpc;acl"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/acl/grpc;acl"; option csharp_namespace = "Neo.FileStorage.API.Acl"; import "refs/types.proto"; diff --git a/audit/types.proto b/audit/types.proto index 156a31b..c83260c 100644 --- a/audit/types.proto +++ b/audit/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.audit; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/audit/grpc;audit"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/audit/grpc;audit"; option csharp_namespace = "Neo.FileStorage.API.Audit"; import "refs/types.proto"; diff --git a/container/service.proto b/container/service.proto index 249bfb1..8c5f84e 100644 --- a/container/service.proto +++ b/container/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.container; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; option csharp_namespace = "Neo.FileStorage.API.Container"; import "acl/types.proto"; diff --git a/container/types.proto b/container/types.proto index a735f74..71fbaa2 100644 --- a/container/types.proto +++ b/container/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.container; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; option csharp_namespace = "Neo.FileStorage.API.Container"; import "netmap/types.proto"; diff --git a/lock/types.proto b/lock/types.proto index a2eb833..a278709 100644 --- a/lock/types.proto +++ b/lock/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.lock; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/lock/grpc;lock"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/lock/grpc;lock"; option csharp_namespace = "Neo.FileStorage.API.Lock"; import "refs/types.proto"; diff --git a/netmap/service.proto b/netmap/service.proto index 922cc3e..179a2c1 100644 --- a/netmap/service.proto +++ b/netmap/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.netmap; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; option csharp_namespace = "Neo.FileStorage.API.Netmap"; import "netmap/types.proto"; diff --git a/netmap/types.proto b/netmap/types.proto index e4b5e6d..f6bd43e 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.netmap; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; option csharp_namespace = "Neo.FileStorage.API.Netmap"; import "refs/types.proto"; diff --git a/object/service.proto b/object/service.proto index 7170b31..dfc0892 100644 --- a/object/service.proto +++ b/object/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.object; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; option csharp_namespace = "Neo.FileStorage.API.Object"; import "object/types.proto"; diff --git a/object/types.proto b/object/types.proto index 78ed3c5..ff970ed 100644 --- a/object/types.proto +++ b/object/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.object; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; option csharp_namespace = "Neo.FileStorage.API.Object"; import "refs/types.proto"; diff --git a/refs/types.proto b/refs/types.proto index 07659f3..054443e 100644 --- a/refs/types.proto +++ b/refs/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.refs; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/refs/grpc;refs"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/refs/grpc;refs"; option csharp_namespace = "Neo.FileStorage.API.Refs"; // Objects in NeoFS are addressed by their ContainerID and ObjectID. diff --git a/reputation/service.proto b/reputation/service.proto index ecdb60f..2b3c9a6 100644 --- a/reputation/service.proto +++ b/reputation/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.reputation; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; option csharp_namespace = "Neo.FileStorage.API.Reputation"; import "reputation/types.proto"; diff --git a/reputation/types.proto b/reputation/types.proto index 11915ae..74262e7 100644 --- a/reputation/types.proto +++ b/reputation/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.reputation; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; option csharp_namespace = "Neo.FileStorage.API.Reputation"; import "refs/types.proto"; diff --git a/session/service.proto b/session/service.proto index 355d3fc..dcda6c8 100644 --- a/session/service.proto +++ b/session/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.session; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; option csharp_namespace = "Neo.FileStorage.API.Session"; import "refs/types.proto"; diff --git a/session/types.proto b/session/types.proto index 71c0e54..2a236d6 100644 --- a/session/types.proto +++ b/session/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.session; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; option csharp_namespace = "Neo.FileStorage.API.Session"; import "refs/types.proto"; diff --git a/status/types.proto b/status/types.proto index 4c1eb1d..34134a4 100644 --- a/status/types.proto +++ b/status/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.status; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/status/grpc;status"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/status/grpc;status"; option csharp_namespace = "Neo.FileStorage.API.Status"; // Declares the general format of the status returns of the NeoFS RPC protocol. diff --git a/storagegroup/types.proto b/storagegroup/types.proto index 1522f1f..f504afe 100644 --- a/storagegroup/types.proto +++ b/storagegroup/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.storagegroup; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/storagegroup/grpc;storagegroup"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/storagegroup/grpc;storagegroup"; option csharp_namespace = "Neo.FileStorage.API.StorageGroup"; import "refs/types.proto"; diff --git a/subnet/types.proto b/subnet/types.proto index 6fe5f36..cc9cae3 100644 --- a/subnet/types.proto +++ b/subnet/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.subnet; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/subnet/grpc;subnet"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/subnet/grpc;subnet"; option csharp_namespace = "Neo.FileStorage.API.Subnet"; import "refs/types.proto"; diff --git a/tombstone/types.proto b/tombstone/types.proto index 70ff8db..1a31726 100644 --- a/tombstone/types.proto +++ b/tombstone/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.tombstone; -option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/tombstone/grpc;tombstone"; +option go_package = "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/tombstone/grpc;tombstone"; option csharp_namespace = "Neo.FileStorage.API.Tombstone"; import "refs/types.proto";