Skip to content

Commit f098bdd

Browse files
committed
+update deps target
1 parent 87c9a69 commit f098bdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ install:
1313

1414
test:
1515
go test ./...
16+
17+
update_deps:
18+
go get -i
19+
go mod vendor

0 commit comments

Comments
 (0)