Skip to content

Commit

Permalink
Merge pull request #941 from BIX-Digital/bugfix/GH-940-ods-ami-build-…
Browse files Browse the repository at this point in the history
…failing-due-to-go-missing-dependency

fixes ods ami build failing due to go missing dependency
  • Loading branch information
stitakis committed Jan 14, 2021
2 parents 375fcef + e691546 commit 9d0f990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/go.mod
Expand Up @@ -13,7 +13,7 @@ require (
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/api v0.0.0-20180801171038-322a19404e37
github.com/openshift/client-go v3.9.0+incompatible
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.8.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Expand Up @@ -50,8 +50,8 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/opendevstack/ods-core v1.2.0 h1:sYaqnULBQ9frsXa+E2KL79g72uVIvzmFtwTr4zTNAPM=
github.com/openshift/api v3.9.0+incompatible h1:fJ/KsefYuZAjmrr3+5U9yZIZbTOpVkDDLDLFresAeYs=
github.com/openshift/api v3.9.0+incompatible/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/api v0.0.0-20180801171038-322a19404e37 h1:05irGU4HK4IauGGDbsk+ZHrm1wOzMLYjMlfaiqMrBYc=
github.com/openshift/api v0.0.0-20180801171038-322a19404e37/go.mod h1:dh9o4Fs58gpFXGSYfnVxGR9PnV53I8TW84pQaJDdGiY=
github.com/openshift/client-go v3.9.0+incompatible h1:13k3Ok0B7TA2hA3bQW2aFqn6y04JaJWdk7ITTyg+Ek0=
github.com/openshift/client-go v3.9.0+incompatible/go.mod h1:6rzn+JTr7+WYS2E1TExP4gByoABxMznR6y2SnUIkmxk=
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
Expand Down

0 comments on commit 9d0f990

Please sign in to comment.