Skip to content

Commit 6951298

Browse files
authored
Merge branch 'main' into feat/warnings
2 parents d006c5a + 150c322 commit 6951298

File tree

2 files changed

+16
-587
lines changed

2 files changed

+16
-587
lines changed

go.mod

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

55
require (
6-
github.com/crowdstrike/gofalcon v0.2.32
6+
github.com/crowdstrike/gofalcon v0.2.33
77
github.com/go-openapi/jsonreference v0.20.2 // indirect
88
github.com/go-openapi/loads v0.21.2 // indirect
99
github.com/go-openapi/runtime v0.25.0 // indirect
1010
github.com/go-openapi/spec v0.20.8 // indirect
11-
github.com/go-openapi/validate v0.22.1 // indirect
11+
github.com/google/uuid v1.1.2 // indirect
1212
github.com/gorilla/websocket v1.5.0 // indirect
1313
github.com/kelseyhightower/envconfig v1.4.0
1414
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -17,8 +17,7 @@ require (
1717
github.com/slack-go/slack v0.12.1
1818
go.mongodb.org/mongo-driver v1.11.2 // indirect
1919
go.opentelemetry.io/otel v1.14.0 // indirect
20-
golang.org/x/net v0.7.0 // indirect
21-
golang.org/x/oauth2 v0.5.0
20+
golang.org/x/oauth2 v0.6.0
2221
google.golang.org/protobuf v1.28.1 // indirect
2322
gopkg.in/errgo.v2 v2.1.0
2423
gopkg.in/yaml.v3 v3.0.1

0 commit comments

Comments
 (0)