Skip to content

Commit d168e23

Browse files
committed
move package names to codecentric fork
1 parent e90d4d4 commit d168e23

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ builds:
55
main: ./cmd/fleeting-plugin-openstack
66
ldflags: >-
77
-s -w
8-
-X github.com/T4cC0re/fleeting-plugin-openstack.Version={{.Version}}
9-
-X github.com/T4cC0re/fleeting-plugin-openstack.Revision={{.FullCommit}}
10-
-X github.com/T4cC0re/fleeting-plugin-openstack.Branch={{.Branch}}
11-
-X github.com/T4cC0re/fleeting-plugin-openstack.BuildUser=goreleaser@github-actions
12-
-X github.com/T4cC0re/fleeting-plugin-openstack.BuildDate={{time "20060102-15:04:05"}}
8+
-X github.com/codecentric/fleeting-plugin-openstack.Version={{.Version}}
9+
-X github.com/codecentric/fleeting-plugin-openstack.Revision={{.FullCommit}}
10+
-X github.com/codecentric/fleeting-plugin-openstack.Branch={{.Branch}}
11+
-X github.com/codecentric/fleeting-plugin-openstack.BuildUser=goreleaser@github-actions
12+
-X github.com/codecentric/fleeting-plugin-openstack.BuildDate={{time "20060102-15:04:05"}}
1313
1414
# Set the binary output location to bin/ so archive will comply with Sensu Go Asset structure
1515
binary: bin/{{ .ProjectName }}

cmd/fleeting-plugin-openstack/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
osplugin "github.com/T4cC0re/fleeting-plugin-openstack"
4+
osplugin "github.com/codecentric/fleeting-plugin-openstack"
55
"gitlab.com/gitlab-org/fleeting/fleeting/plugin"
66
)
77

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/T4cC0re/fleeting-plugin-openstack
1+
module github.com/codecentric/fleeting-plugin-openstack
22

33
go 1.21.6
44

0 commit comments

Comments
 (0)