mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8078069819 | ||
|
510ec27b97 |
4
Makefile
4
Makefile
@@ -50,9 +50,7 @@ deps:
|
|||||||
# Installing dependencies...
|
# Installing dependencies...
|
||||||
GO111MODULE=off go get golang.org/x/lint/golint
|
GO111MODULE=off go get golang.org/x/lint/golint
|
||||||
GO111MODULE=off go get github.com/mitchellh/gox
|
GO111MODULE=off go get github.com/mitchellh/gox
|
||||||
GO111MODULE=off go get golang.org/x/tools/cmd/cover
|
go install -mod=mod github.com/onsi/ginkgo/ginkgo
|
||||||
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
|
|
||||||
GO111MODULE=off go get github.com/onsi/gomega/...
|
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user