Skip to content

Commit

Permalink
Update deps using go 1.13
Browse files Browse the repository at this point in the history
 - Build client with go 1.13.4
 - Commit results of codegen using go 1.13
 - Update DEVELOPMENT.md to mention go 1.13
  • Loading branch information
navidshaikh committed Dec 6, 2019
1 parent 339232b commit cf9499d
Show file tree
Hide file tree
Showing 28 changed files with 231 additions and 6,582 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Start by creating [a GitHub account](https://github.com/join), then set up
You must install these tools:

1. [`go`](https://golang.org/doc/install): The language `Knative Client` is
built in (1.12 or later)
built in (1.13 or later)
1. [`goimports`](https://godoc.org/golang.org/x/tools/cmd/goimports)
1. `gcc` compiler: Used during testing. Not needed if golang is installed
via the installer
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ require (
// Fix for `[` in help messages and shell completion code
// See https://github.com/spf13/cobra/pull/899
replace github.com/spf13/cobra => github.com/chmouel/cobra v0.0.0-20191021105835-a78788917390

go 1.13
76 changes: 0 additions & 76 deletions vendor/github.com/google/btree/btree_mem.go

This file was deleted.

78 changes: 0 additions & 78 deletions vendor/golang.org/x/sys/unix/mkasm_darwin.go

This file was deleted.

122 changes: 0 additions & 122 deletions vendor/golang.org/x/sys/unix/mkpost.go

This file was deleted.

Loading

0 comments on commit cf9499d

Please sign in to comment.