Skip to content

Commit

Permalink
Upgrade to go1.15 and all dependencies to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Nov 11, 2020
1 parent 631fd6b commit 297ec5f
Show file tree
Hide file tree
Showing 273 changed files with 51,791 additions and 38,602 deletions.
12 changes: 5 additions & 7 deletions go.mod
@@ -1,22 +1,20 @@
module github.com/eko/monday

go 1.14
go 1.15

require (
github.com/golang/mock v1.4.4
github.com/imdario/mergo v0.3.7 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v0.0.0-20190624072549-eeb6cd0a1762 // indirect
github.com/radovskyb/watcher v1.0.7
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/txn2/txeh v1.3.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.0.0-20190923155552-eac758366a00
k8s.io/apimachinery v0.0.0-20190923155427-ec87dd743e08
Expand Down
187 changes: 168 additions & 19 deletions go.sum

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

40 changes: 0 additions & 40 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

12 changes: 12 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/.repo-metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 31 additions & 6 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions vendor/github.com/golang/protobuf/proto/properties.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/imdario/mergo/.deepsource.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/imdario/mergo/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 39 additions & 30 deletions vendor/github.com/imdario/mergo/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 297ec5f

Please sign in to comment.