Skip to content

Commit

Permalink
Makefile: Review deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed May 23, 2024
1 parent 92d9891 commit 3caa0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ clean:
deps:
go env
# Installing dependencies...
go get golang.org/x/lint/golint
go get github.com/mitchellh/gox
#go get golang.org/x/lint/golint
#go get github.com/mitchellh/gox
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
go get github.com/onsi/gomega/...
#go get github.com/onsi/gomega/...
ginkgo version

.PHONY: build
Expand Down

0 comments on commit 3caa0fc

Please sign in to comment.