Skip to content

Commit 00c5bdb

Browse files
committed
feat: bump deps
1 parent f29ea09 commit 00c5bdb

File tree

3 files changed

+114
-11
lines changed

3 files changed

+114
-11
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11

2-
32
clean:
43
rm slacker || true
54

65
build:
76
go build -o slacker ./cmd/
87
chmod +x slacker
8+
9+
run:
10+
chmod +x slacker
11+
./slacker -dry -config=test.yml

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
33
go 1.16
44

55
require (
6-
github.com/crowdstrike/gofalcon v0.2.8
6+
github.com/crowdstrike/gofalcon v0.2.11
77
github.com/kelseyhightower/envconfig v1.4.0
88
github.com/pkg/errors v0.9.1
99
github.com/sirupsen/logrus v1.8.1

0 commit comments

Comments
 (0)