Skip to content

Commit 6ace76b

Browse files
committed
storage-operator: fix Thrift source repository
The Apache Git repository is (currently, and maybe indefinitely) unavailable. We replace it with the official GitHub mirror. See: #1700 See: operator-framework/operator-sdk#1873 (cherry picked from commit 48b75ca) Signed-off-by: Nicolas Trangez <[email protected]>
1 parent 3eb9d4e commit 6ace76b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

storage-operator/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ replace (
2828
)
2929

3030
replace github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.9.0
31+
32+
// See https://github.com/operator-framework/operator-sdk/issues/1873
33+
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0

storage-operator/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ cloud.google.com/go v0.37.2 h1:4y4L7BdHenTfZL0HervofNTHh9Ad6mNX72cQvl+5eH0=
77
cloud.google.com/go v0.37.2/go.mod h1:H8IAquKe2L30IxoupDgqTaQvKSwF/c8prYHynGIWQbA=
88
contrib.go.opencensus.io/exporter/ocagent v0.4.11 h1:Zwy9skaqR2igcEfSVYDuAsbpa33N0RPtnYTHEe2whPI=
99
contrib.go.opencensus.io/exporter/ocagent v0.4.11/go.mod h1:7ihiYRbdcVfW4m4wlXi9WRPdv79C0fStcjNlyE6ek9s=
10-
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
11-
git.apache.org/thrift.git v0.12.0/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
1210
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
1311
github.com/Azure/go-autorest v11.1.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
1412
github.com/Azure/go-autorest v11.7.0+incompatible h1:gzma19dc9ejB75D90E5S+/wXouzpZyA+CV+/MJPSD/k=

0 commit comments

Comments
 (0)