We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd6f5e9 + e39c17a commit 150c322Copy full SHA for 150c322
go.mod
@@ -3,12 +3,12 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
3
go 1.16
4
5
require (
6
- github.com/crowdstrike/gofalcon v0.2.32
+ github.com/crowdstrike/gofalcon v0.2.33
7
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/go-openapi/validate v0.22.1 // indirect
+ github.com/google/uuid v1.1.2 // indirect
12
github.com/gorilla/websocket v1.5.0 // indirect
13
github.com/kelseyhightower/envconfig v1.4.0
14
github.com/mitchellh/mapstructure v1.5.0 // indirect
0 commit comments