File tree Expand file tree Collapse file tree
cmd/fleeting-plugin-openstack Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 11package main
22
33import (
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
Original file line number Diff line number Diff line change 1- module github.com/T4cC0re /fleeting-plugin-openstack
1+ module github.com/codecentric /fleeting-plugin-openstack
22
33go 1.21.6
44
You can’t perform that action at this time.
0 commit comments