-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from odenio/darwin-arm64
Update to go 1.16, allowing darwin/arm64 releases
- Loading branch information
Showing
5 changed files
with
9 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,4 +134,4 @@ brews: | |
- name: kubectl | ||
type: optional | ||
test: |- | ||
kubefwd version | ||
kubefwd version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.