Remove github.com/golang/dep from Makefile (#336)

This has been long unused in favor of Go modules.
This commit is contained in:
Zach Wasserman 2021-02-18 13:05:08 -08:00 committed by GitHub
parent 8d5c1c37d3
commit 305a285a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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