Skip to content

Commit 677219f

Browse files
committed
get deps
1 parent 38f2aed commit 677219f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ all: tools build
1111
tools:
1212
go get -u -v "github.com/mitchellh/gox"
1313

14+
15+
1416
build:
1517
@mkdir -p bin/
18+
go get -t ./...
1619
go test -v ./...
1720
go build ${LDFLAGS} -o bin/${NAME} cmd/lambdadeploy/main.go
1821

0 commit comments

Comments
 (0)