Update the go module path

This commit is contained in:
Nikolai Rodionov 2024-09-23 13:15:16 +02:00
parent eb82a632ce
commit 19468be271
No known key found for this signature in database
GPG Key ID: B874DEE37A0C17DB
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ steps:
- ssh-add ~/.ssh/id_ed25519 - ssh-add ~/.ssh/id_ed25519
- git config --global user.email "allanger@badhouseplants.net" - git config --global user.email "allanger@badhouseplants.net"
- git config --global user.name "Softplayer Bot" - git config --global user.name "Softplayer Bot"
- git clone git@git.badhouseplants.net:softplayer/softplayer-proto.git /tmp/repo - git clone git@gitea.badhouseplants.net:softplayer/softplayer-proto.git /tmp/repo
- git -C /tmp/repo checkout generated-documentation - git -C /tmp/repo checkout generated-documentation
- mv README.md /tmp/repo/README.md - mv README.md /tmp/repo/README.md
- git -C /tmp/repo add . - git -C /tmp/repo add .

View File

@ -2,7 +2,7 @@
syntax = "proto3"; syntax = "proto3";
package accounts; package accounts;
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/accounts"; option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/accounts";
/** /**
* Service for handling environments * Service for handling environments

View File

@ -2,7 +2,7 @@
syntax = "proto3"; syntax = "proto3";
package applications; package applications;
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/applications"; option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/applications";
/** /**
* Service for handling applications * Service for handling applications

View File

@ -2,7 +2,7 @@
syntax = "proto3"; syntax = "proto3";
package email; package email;
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/email"; option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/email";
/* /*
* A service that should handle email validation * A service that should handle email validation

View File

@ -2,7 +2,7 @@
syntax = "proto3"; syntax = "proto3";
package environments; package environments;
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
option go_package = "git.badhouseplants.net/softplayer/softplayer-go-proto/pkg/environments"; option go_package = "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/environments";
/** /**
* Service for handling environments * Service for handling environments