Skip to content

Commit

Permalink
Update GO dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rstefan1 committed Sep 8, 2020
1 parent d8db083 commit 5a46e8c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 61 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ lint:

dependencies:
test -d $(BINDIR) || mkdir $(BINDIR)
# install ginkgo
GOBIN=$(BINDIR) go get -u github.com/onsi/ginkgo/ginkgo@v1.13.0
# install ginkgo
GOBIN=$(BINDIR) go get -u github.com/onsi/ginkgo/ginkgo@v1.14.0
@# install golangci-lint
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- -b $(BINDIR) v1.27.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- -b $(BINDIR) v1.30.0
@# install yq
curl -sfL https://github.com/mikefarah/yq/releases/download/2.1.1/yq_$(OS)_$(ARCH) -o $(BINDIR)/yq
curl -sfL https://github.com/mikefarah/yq/releases/download/3.3.2/yq_$(OS)_$(ARCH) -o $(BINDIR)/yq
chmod +x $(BINDIR)/yq

@# just ignore the go.mod
Expand Down
19 changes: 8 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,25 @@ module github.com/presslabs/stack
go 1.14

require (
cloud.google.com/go v0.39.0 // indirect
github.com/drone/go-scm v0.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/go-logr/logr v0.2.1-0.20200730175230-ee2de8da5be6
github.com/gobuffalo/packr/v2 v2.8.0
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/onsi/ginkgo v1.13.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.9.1
github.com/presslabs/controller-util v0.2.4
github.com/presslabs/wordpress-operator v0.10.0
github.com/presslabs/controller-util v0.2.6
github.com/presslabs/wordpress-operator v0.10.5
github.com/prometheus/client_golang v1.7.1
github.com/rogpeppe/go-internal v1.6.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/cobra v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f // indirect
golang.org/x/tools v0.0.0-20200713235242-6acd2ab80ede // indirect
k8s.io/apimachinery v0.18.3
k8s.io/client-go v0.18.3
sigs.k8s.io/controller-runtime v0.6.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
sigs.k8s.io/controller-runtime v0.6.2
)

replace (
Expand Down
Loading

0 comments on commit 5a46e8c

Please sign in to comment.