Commit c9cbd0d 1 parent f500dfa commit c9cbd0d Copy full SHA for c9cbd0d
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ BUILD_VERSION?="$(shell git describe --tags)"
15
15
BUILD_GOVERSION ="$(shell go version | cut -d " " -f3 | sed -r 's/[go]+//g') "
16
16
BUILD_TIMESTAMP =$(shell date +% F"_"% T)
17
17
BUILD_TAG ="$(shell git rev-parse HEAD) "
18
-
19
- export LD_OPTS =-ldflags "-s -w -X github.com/crowdsecurity/crowdsec-custom-bouncer/pkg/version.Version=$(BUILD_VERSION ) \
20
- -X github.com/crowdsecurity/crowdsec-custom-bouncer/pkg/version.BuildDate=$(BUILD_TIMESTAMP ) \
21
- -X github.com/crowdsecurity/crowdsec-custom-bouncer/pkg/version.Tag=$(BUILD_TAG ) \
22
- -X github.com/crowdsecurity/crowdsec-custom-bouncer/pkg/version.GoVersion=$(BUILD_GOVERSION ) "
18
+ export LD_OPTS =-ldflags "-s -w -X github.com/crowdsecurity/cs-custom-bouncer/pkg/version.Version=$(BUILD_VERSION ) \
19
+ -X github.com/crowdsecurity/cs-custom-bouncer/pkg/version.BuildDate=$(BUILD_TIMESTAMP ) \
20
+ -X github.com/crowdsecurity/cs-custom-bouncer/pkg/version.Tag=$(BUILD_TAG ) \
21
+ -X github.com/crowdsecurity/cs-custom-bouncer/pkg/version.GoVersion=$(BUILD_GOVERSION ) "
23
22
24
23
RELDIR = "crowdsec-custom-bouncer-${BUILD_VERSION}"
25
24
Original file line number Diff line number Diff line change 1
- module github.com/crowdsecurity/crowdsec -custom-bouncer
1
+ module github.com/crowdsecurity/cs -custom-bouncer
2
2
3
3
go 1.19
4
4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
log "github.com/sirupsen/logrus"
19
19
"github.com/sirupsen/logrus/hooks/writer"
20
20
21
- "github.com/crowdsecurity/crowdsec -custom-bouncer/pkg/version"
21
+ "github.com/crowdsecurity/cs -custom-bouncer/pkg/version"
22
22
csbouncer "github.com/crowdsecurity/go-cs-bouncer"
23
23
"gopkg.in/tomb.v2"
24
24
)
You can’t perform that action at this time.
0 commit comments