Skip to content

Commit b6edf77

Browse files
author
stormcat24
committed
updated deps
1 parent 002364d commit b6edf77

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ TEST_TARGETS=$(addprefix test-,$(PACKAGES))
1111

1212
deps:
1313
go get github.com/Masterminds/glide
14-
GO15VENDOREXPERIMENT=1 glide update --cache
14+
GO15VENDOREXPERIMENT=1 glide install --cache
1515

1616
deps-test:
1717
go get github.com/Masterminds/glide
18-
GO15VENDOREXPERIMENT=1 glide update --cache
18+
GO15VENDOREXPERIMENT=1 glide install --cache
1919
go get github.com/golang/lint/golint
2020
go get github.com/jstemmer/go-junit-report
2121

22+
update:
23+
rm -rf ./vendor
24+
GO15VENDOREXPERIMENT=1 glide update --cache
25+
2226
build:
2327
GO15VENDOREXPERIMENT=1 go build -o bin/ecs-formation main.go
2428

glide.lock

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

glide.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ import:
3939
version: f4e566c536cf69158e808ec28ef4182a37fdc981
4040
- package: github.com/naoina/go-stringutil
4141
version: 360db0db4b01d34e12a2ec042c09e7d37fece761
42+
- package: github.com/joho/godotenv
43+
version: 4ed13390c0acd2ff4e371e64d8b97c8954138243

0 commit comments

Comments
 (0)