aboutsummaryrefslogtreecommitdiffstats
path: root/community/vault/go-mod-thrift.patch
diff options
context:
space:
mode:
authorMatthias Neugebauer <mtneug@mailbox.org>2019-12-17 14:02:26 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-23 00:14:44 +0100
commitaac9550febd092327195f4b3e263ca0b4b1a5709 (patch)
treed26090da13a0227dc8db0d3c42b1f35e5a2407f1 /community/vault/go-mod-thrift.patch
parentfbd444c6b36f470e59435de6b1028d5b6ff1a83b (diff)
downloadaports-aac9550febd092327195f4b3e263ca0b4b1a5709.tar.bz2
aports-aac9550febd092327195f4b3e263ca0b4b1a5709.tar.xz
community/vault: upgrade to 1.3.1
Diffstat (limited to 'community/vault/go-mod-thrift.patch')
-rw-r--r--community/vault/go-mod-thrift.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/vault/go-mod-thrift.patch b/community/vault/go-mod-thrift.patch
new file mode 100644
index 0000000000..f6c7c92cd0
--- /dev/null
+++ b/community/vault/go-mod-thrift.patch
@@ -0,0 +1,16 @@
+This is a temporal fix for version 1.3.x when compiling with Go 1.13+. The change
+was already applied upstream and will be part of newer Vault versions:
+https://github.com/hashicorp/vault/commit/fa245e6a1db4bd8b8328c6c1a9850269078a5da9
+diff --git a/go.mod b/go.mod
+index d4bb30da1..a63584817 100644
+--- a/go.mod
++++ b/go.mod
+@@ -2,8 +2,6 @@ module github.com/hashicorp/vault
+
+ go 1.12
+
+-replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
+-
+ replace github.com/hashicorp/vault/api => ./api
+
+ replace github.com/hashicorp/vault/sdk => ./sdk