Skip to content

Commit 9c160b4

Browse files
committed
Update dependencies and respect lock file in Makefile
1 parent 7ca8d40 commit 9c160b4

File tree

3 files changed

+30
-11
lines changed

3 files changed

+30
-11
lines changed

Gopkg.lock

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[constraint]]
22
name = "github.com/rjeczalik/notify"
3-
branch = "master"
3+
version = "0.9.2"
44

55
[[constraint]]
66
name = "github.com/sirupsen/logrus"
7-
version = "1.0.3"
7+
version = "1.3.0"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GO_LDFLAGS := "-extldflags ${LDFLAGS}"
77
all: deps build
88

99
deps:
10-
dep ensure
10+
dep ensure -vendor-only
1111

1212
build: main.go detector/ notifier/
1313
go build -ldflags $(GO_LDFLAGS) -gcflags $(GO_GCFLAGS) -asmflags $(GO_ASMFLAGS) -o $(APP_NAME) main.go

0 commit comments

Comments
 (0)