Skip to content

Commit

Permalink
Merge pull request #185 from odenio/darwin-arm64
Browse files Browse the repository at this point in the history
Update to go 1.16, allowing darwin/arm64 releases
  • Loading branch information
cjimti authored May 21, 2021
2 parents f5db6f4 + db3c33c commit 6fb931e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ brews:
- name: kubectl
type: optional
test: |-
kubefwd version
kubefwd version
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.13.x
- 1.16.x

# Only clone the most recent commit.
git:
Expand Down
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
module github.com/txn2/kubefwd

go 1.13
go 1.16

require (
github.com/bep/debounce v1.2.0
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/txn2/txeh v1.2.1
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/cli-runtime v0.20.4
k8s.io/client-go v0.20.4
k8s.io/klog v1.0.0 // indirect
k8s.io/kubectl v0.20.4
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc // indirect
)
Loading

0 comments on commit 6fb931e

Please sign in to comment.