Skip to content

Commit 8cea678

Browse files
committed
fix: go mod
1 parent 6415a8b commit 8cea678

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cmd/main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/crowdstrike/gofalcon/falcon"
1212
"github.com/crowdstrike/gofalcon/falcon/client/spotlight_vulnerabilities"
1313
"github.com/crowdstrike/gofalcon/falcon/models"
14-
config2 "github.com/hazcod/spotty/config"
14+
config2 "github.com/hazcod/crowdstrike-spotlight-slacker/config"
1515
"github.com/pkg/errors"
1616
"github.com/sirupsen/logrus"
1717
"github.com/slack-go/slack"
@@ -231,8 +231,7 @@ func main() {
231231
WithField("tags", device.Tags).
232232
WithField("prefix", tagEmailPrefix).
233233
Warn("could not find user email for " + device.MachineName)
234-
userEmail = "[email protected]"
235-
//continue
234+
continue
236235
}
237236

238237
user, ok := users[userEmail]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/hazcod/spotty
1+
module github.com/hazcod/crowdstrike-spotlight-slacker
22

33
go 1.16
44

0 commit comments

Comments
 (0)