Skip to content

Commit

Permalink
update go.mod to openshift/velero #276
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai committed Jul 21, 2023
1 parent 9fa8987 commit 2b45ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
replace bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c => github.com/markusthoemmes/goautoneg v0.0.0-20190713162725-c6008fefa5b1

// replace github.com/vmware-tanzu/velero v1.11.0 => github.com/openshift/velero v0.10.2-0.20230320194820-cd848ef1a58f
replace github.com/vmware-tanzu/velero v1.11.0 => github.com/kaovilai/velero v1.6.1-0.20230711234837-eef3a4de9b80 // TODO: remove when https://github.com/openshift/velero/pull/277 is merged
// TODO: update when https://github.com/openshift/velero/pull/279 is merged
// `go get github.com/kaovilai/velero@unkopia-openshift-for-plugins`
replace github.com/vmware-tanzu/velero v1.11.0 => github.com/kaovilai/velero v1.6.1-0.20230718211252-5ae40c40288a

replace github.com/distribution/distribution/v3 v3.0.0-20220729163034-26163d82560f => github.com/openshift/docker-distribution/v3 v3.0.0-20230626115833-c7be7b49aed9
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,8 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
github.com/kaovilai/udistribution v0.0.10-oadp-1.2 h1:WYW2AvZuTsYMPcfyouqiQUnMupRi7+4ITMp0yNsR8OI=
github.com/kaovilai/udistribution v0.0.10-oadp-1.2/go.mod h1:W/8nkor8yNBNprkHpkVd22n8Vdbbd9scLK+JHCCO+E0=
github.com/kaovilai/velero v1.6.1-0.20230711234837-eef3a4de9b80 h1:oFoorDynnuwwWslZ+KCSEFooFOx9O0/vhMIycbOtXD4=
github.com/kaovilai/velero v1.6.1-0.20230711234837-eef3a4de9b80/go.mod h1:EBv9g8EJDkTr/5lwtn2cfOb7DIJUca7lXbnD8sM4Pxw=
github.com/kaovilai/velero v1.6.1-0.20230718211252-5ae40c40288a h1:7Z1I+ANTUcBM3LxluLSEcYKAztMJ39Ub+rfln33p1jE=
github.com/kaovilai/velero v1.6.1-0.20230718211252-5ae40c40288a/go.mod h1:EBv9g8EJDkTr/5lwtn2cfOb7DIJUca7lXbnD8sM4Pxw=
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=
github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4=
github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0LhBygSwrAsHA=
Expand Down

0 comments on commit 2b45ce5

Please sign in to comment.