Skip to content

Commit a59e993

Browse files
authored
Merge pull request #91 from hazcod/dependabot/go_modules/github.com/crowdstrike/gofalcon-0.4.0
chore(deps): bump github.com/crowdstrike/gofalcon from 0.2.33 to 0.4.0
2 parents 845df43 + 32565e1 commit a59e993

File tree

5 files changed

+1500
-56
lines changed

5 files changed

+1500
-56
lines changed

.github/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM golang:1.20
1+
FROM golang:1.21

.github/goreleaser.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ builds:
2727

2828
archives:
2929
-
30-
replacements:
31-
darwin: Darwin
32-
linux: Linux
33-
windows: Windows
34-
386: i386
35-
amd64: x86_64
30+
format: zip
31+
name_template: >-
32+
{{ .ProjectName }}_
33+
{{- title .Os }}_
34+
{{- if eq .Arch "amd64" }}x86_64
35+
{{- else if eq .Arch "386" }}i386
36+
{{- else }}{{ .Arch }}{{ end }}
3637
3738
checksum:
3839
name_template: 'checksums.txt'

go.mod

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,14 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
33
go 1.16
44

55
require (
6-
github.com/crowdstrike/gofalcon v0.2.33
6+
github.com/crowdstrike/gofalcon v0.4.0
77
github.com/go-openapi/jsonreference v0.20.2 // indirect
8-
github.com/go-openapi/loads v0.21.2 // indirect
9-
github.com/go-openapi/runtime v0.25.0 // indirect
10-
github.com/go-openapi/spec v0.20.8 // indirect
11-
github.com/google/uuid v1.1.2 // indirect
128
github.com/gorilla/websocket v1.5.0 // indirect
139
github.com/kelseyhightower/envconfig v1.4.0
14-
github.com/mitchellh/mapstructure v1.5.0 // indirect
1510
github.com/pkg/errors v0.9.1
1611
github.com/sirupsen/logrus v1.9.3
1712
github.com/slack-go/slack v0.12.1
18-
go.mongodb.org/mongo-driver v1.11.2 // indirect
19-
go.opentelemetry.io/otel v1.14.0 // indirect
20-
golang.org/x/oauth2 v0.8.0
21-
google.golang.org/protobuf v1.28.1 // indirect
13+
golang.org/x/oauth2 v0.11.0
2214
gopkg.in/errgo.v2 v2.1.0
2315
gopkg.in/yaml.v3 v3.0.1
2416
)

0 commit comments

Comments
 (0)