chore: update module path

The project name was updated in GitLab.
This commit is contained in:
Dan Anglin 2021-07-03 15:32:09 +01:00
parent c3b6b6cf6a
commit adb1cf3f1c
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
4 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ import (
"os" "os"
"github.com/leaanthony/clir" "github.com/leaanthony/clir"
"gitlab.com/dananglin/forge-platform/internal/config" "gitlab.com/dananglin/helix/internal/config"
"gitlab.com/dananglin/forge-platform/internal/stacks" "gitlab.com/dananglin/helix/internal/stacks"
) )
func main() { func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module gitlab.com/dananglin/forge-platform module gitlab.com/dananglin/helix
go 1.16 go 1.16

View file

@ -10,8 +10,8 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/auto/optpreview" "github.com/pulumi/pulumi/sdk/v3/go/auto/optpreview"
"github.com/pulumi/pulumi/sdk/v3/go/auto/optup" "github.com/pulumi/pulumi/sdk/v3/go/auto/optup"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"gitlab.com/dananglin/forge-platform/internal/config" "gitlab.com/dananglin/helix/internal/config"
"gitlab.com/dananglin/forge-platform/internal/docker" "gitlab.com/dananglin/helix/internal/docker"
) )
// DockerNetworkStack is a stack for // DockerNetworkStack is a stack for

View file

@ -11,7 +11,7 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/common/workspace" "github.com/pulumi/pulumi/sdk/v3/go/common/workspace"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"gitlab.com/dananglin/forge-platform/internal/config" "gitlab.com/dananglin/helix/internal/config"
) )
const ( const (