@@ -3,22 +3,21 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
33go 1.16
44
55require (
6- github.com/crowdstrike/gofalcon v0.2.26
6+ github.com/crowdstrike/gofalcon v0.2.32
7+ github.com/go-openapi/jsonreference v0.20.1 // indirect
78 github.com/go-openapi/loads v0.21.2 // indirect
9+ github.com/go-openapi/runtime v0.25.0 // indirect
810 github.com/go-openapi/spec v0.20.7 // indirect
9- github.com/go-openapi/swag v0.22.3 // indirect
10- github.com/golang/protobuf v1.5.2 // indirect
1111 github.com/gorilla/websocket v1.5.0 // indirect
1212 github.com/kelseyhightower/envconfig v1.4.0
1313 github.com/mitchellh/mapstructure v1.5.0 // indirect
1414 github.com/pkg/errors v0.9.1
1515 github.com/sirupsen/logrus v1.9.0
16- github.com/slack-go/slack v0.11.3
17- go.mongodb.org/mongo-driver v1.10.2 // indirect
18- golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
19- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
20- golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
21- google.golang.org/appengine v1.6.7 // indirect
16+ github.com/slack-go/slack v0.12.1
17+ go.mongodb.org/mongo-driver v1.11.1 // indirect
18+ go.opentelemetry.io/otel v1.11.2 // indirect
19+ golang.org/x/net v0.4.0 // indirect
20+ golang.org/x/oauth2 v0.3.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