Skip to content

Commit d961c0b

Browse files
committed
increment dbaas-operator module to 0.1.5
Signed-off-by: Tommy Hughes <[email protected]>
1 parent 03b45ec commit d961c0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/go-autorest/autorest/azure/auth v0.5.10
99
github.com/Azure/go-autorest/autorest/to v0.4.0
1010
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
11-
github.com/RHEcosystemAppEng/dbaas-operator v0.1.4
11+
github.com/RHEcosystemAppEng/dbaas-operator v0.1.5
1212
github.com/aws/aws-sdk-go v1.42.25
1313
github.com/fatih/structtag v1.2.0
1414
github.com/fgrosse/zaptest v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt
9999
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
100100
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
101101
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
102-
github.com/RHEcosystemAppEng/dbaas-operator v0.1.4 h1:U/+NdHwVnoQumYDGhD+b95GgBBxS3Yys9O51bGVuBo4=
103-
github.com/RHEcosystemAppEng/dbaas-operator v0.1.4/go.mod h1:/jwsg+f9xOjtH6u/EPdA0ayq4HfxSO7pndrmUc4FqE8=
102+
github.com/RHEcosystemAppEng/dbaas-operator v0.1.5 h1:kCjwTMo+u01xaI4zASqXKbCzXjbGgmTzP5Tk1taNunQ=
103+
github.com/RHEcosystemAppEng/dbaas-operator v0.1.5/go.mod h1:/jwsg+f9xOjtH6u/EPdA0ayq4HfxSO7pndrmUc4FqE8=
104104
github.com/RHsyseng/operator-utils v1.4.9/go.mod h1:LjFIMqr7OOliHrRz1sqqFvHbdqsNlxZkSbK1cfOWinQ=
105105
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
106106
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=

0 commit comments

Comments
 (0)