mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Remove github.com/golang/dep from Makefile (#336)
This has been long unused in favor of Go modules.
This commit is contained in:
parent
8d5c1c37d3
commit
305a285a35
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -165,7 +165,6 @@ deps-js:
|
|||
deps-go:
|
||||
GO111MODULE=off go get -u \
|
||||
github.com/kolide/go-bindata/... \
|
||||
github.com/golang/dep/cmd/dep \
|
||||
github.com/groob/mockimpl
|
||||
go mod download
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue