Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Force SUSE/go-patch version to v0.3.0
Browse files Browse the repository at this point in the history
I still don't understand how the Go tools could not figure
this out themselves. Seems like a serious flaw is hiding in
the whole version management somewhere.
  • Loading branch information
jandubois committed Apr 30, 2020
1 parent af1fde9 commit 7275b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module code.cloudfoundry.org/cf-operator
require (
code.cloudfoundry.org/quarks-job v0.0.86-0.20200426215157-df8e2a749c4d
code.cloudfoundry.org/quarks-utils v0.0.0-20200426163230-480b21a17497
github.com/SUSE/go-patch v0.0.0-20171006213518-250da0e0e68c
github.com/SUSE/go-patch v0.3.0
github.com/beorn7/perks v1.0.1 // indirect
github.com/bmatcuk/doublestar v1.1.1 // indirect
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/SUSE/go-patch v0.0.0-20171006213518-250da0e0e68c h1:sSLZbKZOzUQU1vipUHB+imvHLxSUuQrk6qTfcRmdsUo=
github.com/SUSE/go-patch v0.0.0-20171006213518-250da0e0e68c/go.mod h1:vh4DkkdS+eUWtJF0CaQnrrTjY+58NjAlIymHoMyCZOY=
github.com/SUSE/go-patch v0.3.0 h1:62ZkvK8AsOtuuwzUrwrTW2Wvx4PM2OGchfYfgt7AEBA=
github.com/SUSE/go-patch v0.3.0/go.mod h1:jGp8uo/QTM79THp76HLlgFZyU9O7TYetHvbpDzH1B7E=
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit 7275b6a

Please sign in to comment.