diff --git a/helper/keysutil/encrypted_key_storage.go b/helper/keysutil/encrypted_key_storage.go index 00f961cea6..7f29857888 100644 --- a/helper/keysutil/encrypted_key_storage.go +++ b/helper/keysutil/encrypted_key_storage.go @@ -7,7 +7,7 @@ import ( paths "path" "strings" - "github.com/golang/go/src/math/big" + big "github.com/hashicorp/golang-math-big/big" "github.com/hashicorp/golang-lru" "github.com/hashicorp/vault/logical" diff --git a/vendor/github.com/golang/go/PATENTS b/vendor/github.com/golang/go/PATENTS deleted file mode 100644 index 733099041f..0000000000 --- a/vendor/github.com/golang/go/PATENTS +++ /dev/null @@ -1,22 +0,0 @@ -Additional IP Rights Grant (Patents) - -"This implementation" means the copyrightable works distributed by -Google as part of the Go project. - -Google hereby grants to You a perpetual, worldwide, non-exclusive, -no-charge, royalty-free, irrevocable (except as stated in this section) -patent license to make, have made, use, offer to sell, sell, import, -transfer and otherwise run, modify and propagate the contents of this -implementation of Go, where such license applies only to those patent -claims, both currently owned or controlled by Google and acquired in -the future, licensable by Google that are necessarily infringed by this -implementation of Go. This grant does not include claims that would be -infringed only as a consequence of further modification of this -implementation. If you or your agent or exclusive licensee institute or -order or agree to the institution of patent litigation against any -entity (including a cross-claim or counterclaim in a lawsuit) alleging -that this implementation of Go or any code incorporated within this -implementation of Go constitutes direct or contributory patent -infringement, or inducement of patent infringement, then any patent -rights granted to you under this License for this implementation of Go -shall terminate as of the date such litigation is filed. diff --git a/vendor/github.com/golang/go/LICENSE b/vendor/github.com/hashicorp/golang-math-big/LICENSE similarity index 100% rename from vendor/github.com/golang/go/LICENSE rename to vendor/github.com/hashicorp/golang-math-big/LICENSE diff --git a/vendor/github.com/golang/go/src/math/big/accuracy_string.go b/vendor/github.com/hashicorp/golang-math-big/big/accuracy_string.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/accuracy_string.go rename to vendor/github.com/hashicorp/golang-math-big/big/accuracy_string.go diff --git a/vendor/github.com/golang/go/src/math/big/arith.go b/vendor/github.com/hashicorp/golang-math-big/big/arith.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith.go rename to vendor/github.com/hashicorp/golang-math-big/big/arith.go diff --git a/vendor/github.com/golang/go/src/math/big/arith_386.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_386.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_386.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_386.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_amd64.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_amd64.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_amd64.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_amd64.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_amd64p32.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_amd64p32.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_amd64p32.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_amd64p32.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_arm.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_arm.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_arm.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_arm.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_arm64.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_arm64.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_arm64.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_arm64.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_decl.go b/vendor/github.com/hashicorp/golang-math-big/big/arith_decl.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_decl.go rename to vendor/github.com/hashicorp/golang-math-big/big/arith_decl.go diff --git a/vendor/github.com/golang/go/src/math/big/arith_decl_pure.go b/vendor/github.com/hashicorp/golang-math-big/big/arith_decl_pure.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_decl_pure.go rename to vendor/github.com/hashicorp/golang-math-big/big/arith_decl_pure.go diff --git a/vendor/github.com/golang/go/src/math/big/arith_decl_s390x.go b/vendor/github.com/hashicorp/golang-math-big/big/arith_decl_s390x.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_decl_s390x.go rename to vendor/github.com/hashicorp/golang-math-big/big/arith_decl_s390x.go diff --git a/vendor/github.com/golang/go/src/math/big/arith_mips64x.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_mips64x.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_mips64x.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_mips64x.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_mipsx.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_mipsx.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_mipsx.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_mipsx.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_ppc64x.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_ppc64x.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_ppc64x.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_ppc64x.s diff --git a/vendor/github.com/golang/go/src/math/big/arith_s390x.s b/vendor/github.com/hashicorp/golang-math-big/big/arith_s390x.s similarity index 100% rename from vendor/github.com/golang/go/src/math/big/arith_s390x.s rename to vendor/github.com/hashicorp/golang-math-big/big/arith_s390x.s diff --git a/vendor/github.com/golang/go/src/math/big/decimal.go b/vendor/github.com/hashicorp/golang-math-big/big/decimal.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/decimal.go rename to vendor/github.com/hashicorp/golang-math-big/big/decimal.go diff --git a/vendor/github.com/golang/go/src/math/big/doc.go b/vendor/github.com/hashicorp/golang-math-big/big/doc.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/doc.go rename to vendor/github.com/hashicorp/golang-math-big/big/doc.go diff --git a/vendor/github.com/golang/go/src/math/big/float.go b/vendor/github.com/hashicorp/golang-math-big/big/float.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/float.go rename to vendor/github.com/hashicorp/golang-math-big/big/float.go diff --git a/vendor/github.com/golang/go/src/math/big/floatconv.go b/vendor/github.com/hashicorp/golang-math-big/big/floatconv.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/floatconv.go rename to vendor/github.com/hashicorp/golang-math-big/big/floatconv.go diff --git a/vendor/github.com/golang/go/src/math/big/floatmarsh.go b/vendor/github.com/hashicorp/golang-math-big/big/floatmarsh.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/floatmarsh.go rename to vendor/github.com/hashicorp/golang-math-big/big/floatmarsh.go diff --git a/vendor/github.com/golang/go/src/math/big/ftoa.go b/vendor/github.com/hashicorp/golang-math-big/big/ftoa.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/ftoa.go rename to vendor/github.com/hashicorp/golang-math-big/big/ftoa.go diff --git a/vendor/github.com/golang/go/src/math/big/int.go b/vendor/github.com/hashicorp/golang-math-big/big/int.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/int.go rename to vendor/github.com/hashicorp/golang-math-big/big/int.go diff --git a/vendor/github.com/golang/go/src/math/big/intconv.go b/vendor/github.com/hashicorp/golang-math-big/big/intconv.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/intconv.go rename to vendor/github.com/hashicorp/golang-math-big/big/intconv.go diff --git a/vendor/github.com/golang/go/src/math/big/intmarsh.go b/vendor/github.com/hashicorp/golang-math-big/big/intmarsh.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/intmarsh.go rename to vendor/github.com/hashicorp/golang-math-big/big/intmarsh.go diff --git a/vendor/github.com/golang/go/src/math/big/nat.go b/vendor/github.com/hashicorp/golang-math-big/big/nat.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/nat.go rename to vendor/github.com/hashicorp/golang-math-big/big/nat.go diff --git a/vendor/github.com/golang/go/src/math/big/natconv.go b/vendor/github.com/hashicorp/golang-math-big/big/natconv.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/natconv.go rename to vendor/github.com/hashicorp/golang-math-big/big/natconv.go diff --git a/vendor/github.com/golang/go/src/math/big/prime.go b/vendor/github.com/hashicorp/golang-math-big/big/prime.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/prime.go rename to vendor/github.com/hashicorp/golang-math-big/big/prime.go diff --git a/vendor/github.com/golang/go/src/math/big/rat.go b/vendor/github.com/hashicorp/golang-math-big/big/rat.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/rat.go rename to vendor/github.com/hashicorp/golang-math-big/big/rat.go diff --git a/vendor/github.com/golang/go/src/math/big/ratconv.go b/vendor/github.com/hashicorp/golang-math-big/big/ratconv.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/ratconv.go rename to vendor/github.com/hashicorp/golang-math-big/big/ratconv.go diff --git a/vendor/github.com/golang/go/src/math/big/ratmarsh.go b/vendor/github.com/hashicorp/golang-math-big/big/ratmarsh.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/ratmarsh.go rename to vendor/github.com/hashicorp/golang-math-big/big/ratmarsh.go diff --git a/vendor/github.com/golang/go/src/math/big/roundingmode_string.go b/vendor/github.com/hashicorp/golang-math-big/big/roundingmode_string.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/roundingmode_string.go rename to vendor/github.com/hashicorp/golang-math-big/big/roundingmode_string.go diff --git a/vendor/github.com/golang/go/src/math/big/sqrt.go b/vendor/github.com/hashicorp/golang-math-big/big/sqrt.go similarity index 100% rename from vendor/github.com/golang/go/src/math/big/sqrt.go rename to vendor/github.com/hashicorp/golang-math-big/big/sqrt.go diff --git a/vendor/vendor.json b/vendor/vendor.json index 3b4a9df53d..6c07109983 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -924,12 +924,6 @@ "revision": "23def4e6c14b4da8ac2ed8007337bc5eb5007998", "revisionTime": "2016-01-25T20:49:56Z" }, - { - "checksumSHA1": "y1GG7DFXzx8ABfTWlVdgMVvlYU0=", - "path": "github.com/golang/go/src/math/big", - "revision": "bf86aec25972f3a100c3aa58a6abcbcc35bdea49", - "revisionTime": "2018-02-16T04:20:11Z" - }, { "checksumSHA1": "WX1+2gktHcBmE9MGwFSGs7oqexU=", "path": "github.com/golang/protobuf/proto", @@ -1128,6 +1122,12 @@ "revision": "0fb14efe8c47ae851c0034ed7a448854d3d34cf3", "revisionTime": "2018-02-01T23:52:37Z" }, + { + "checksumSHA1": "lRuxdDhw4Qt9aKXpHzdRInP+jVg=", + "path": "github.com/hashicorp/golang-math-big/big", + "revision": "561262b71329a2a771294d66accacab6b598b37b", + "revisionTime": "2018-03-16T14:22:57Z" + }, { "checksumSHA1": "HtpYAWHvd9mq+mHkpo7z8PGzMik=", "path": "github.com/hashicorp/hcl",