Skip to content

Commit

Permalink
deps: overrides to use go1.14 branches
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Feb 18, 2021
1 parent 999051d commit a7f2b15
Show file tree
Hide file tree
Showing 221 changed files with 64,976 additions and 9,819 deletions.
12 changes: 6 additions & 6 deletions Gopkg.lock

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

6 changes: 5 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ noverify = [
name = "github.com/syndtr/goleveldb"

[[constraint]]
branch = "master"
branch = "release-branch.go1.14"
name = "golang.org/x/crypto"

[[constraint]]
Expand All @@ -117,6 +117,10 @@ noverify = [
branch = "master"
name = "golang.org/x/sync"

[[override]]
branch = "release-branch.go1.14-std"
name = "golang.org/x/sys"

[[constraint]]
name = "golang.org/x/tools"
branch = "release-branch.go1.14"
Expand Down
13 changes: 2 additions & 11 deletions vendor/golang.org/x/crypto/ssh/terminal/terminal.go

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

17 changes: 17 additions & 0 deletions vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s

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

30 changes: 30 additions & 0 deletions vendor/golang.org/x/sys/cpu/byteorder.go

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

88 changes: 88 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu.go

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

34 changes: 34 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_aix_ppc64.go

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

2 changes: 2 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_arm.go

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

21 changes: 21 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_gc_s390x.go

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

22 changes: 22 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go

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

59 changes: 59 additions & 0 deletions vendor/golang.org/x/sys/cpu/cpu_linux.go

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

Loading

0 comments on commit a7f2b15

Please sign in to comment.