Skip to content

Commit

Permalink
Merge pull request #91 from hazcod/dependabot/go_modules/github.com/c…
Browse files Browse the repository at this point in the history
…rowdstrike/gofalcon-0.4.0

chore(deps): bump github.com/crowdstrike/gofalcon from 0.2.33 to 0.4.0
  • Loading branch information
hazcod authored Aug 29, 2023
2 parents 845df43 + 32565e1 commit a59e993
Show file tree
Hide file tree
Showing 5 changed files with 1,500 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM golang:1.20
FROM golang:1.21
13 changes: 7 additions & 6 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ builds:

archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format: zip
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
Expand Down
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,14 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
go 1.16

require (
github.com/crowdstrike/gofalcon v0.2.33
github.com/crowdstrike/gofalcon v0.4.0
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/runtime v0.25.0 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/slack-go/slack v0.12.1
go.mongodb.org/mongo-driver v1.11.2 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
golang.org/x/oauth2 v0.8.0
google.golang.org/protobuf v1.28.1 // indirect
golang.org/x/oauth2 v0.11.0
gopkg.in/errgo.v2 v2.1.0
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit a59e993

Please sign in to comment.