mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:06 -04:00
Add go.mod
This commit is contained in:
9
Makefile
9
Makefile
@@ -283,12 +283,13 @@ lint:
|
||||
|
||||
# This is safe; recommended even.
|
||||
dep: vendor
|
||||
vendor: Gopkg.*
|
||||
dep ensure --vendor-only
|
||||
vendor: go.mod go.sum
|
||||
go mod vendor
|
||||
|
||||
# Don't run this unless you're ready to debug untested vendored dependencies.
|
||||
deps:
|
||||
dep ensure --update
|
||||
deps: update vendor
|
||||
update:
|
||||
go get -u -d
|
||||
|
||||
# Homebrew stuff. macOS only.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user