Skip to content

Commit

Permalink
chore: update onmetal-api version in go.mod file (#200)
Browse files Browse the repository at this point in the history
- Update version of github.com/onmetal/onmetal-api from v0.1.1 to v0.1.2-0.20230425083928-00b302f8455b in go.mod file

Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
  • Loading branch information
afritzler authored Jun 1, 2023
1 parent 611c4ce commit baddaea
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 @@ -14,7 +14,7 @@ require (
github.com/golang/mock v1.6.0
github.com/imdario/mergo v0.3.16
github.com/onmetal/controller-utils v0.7.0
github.com/onmetal/onmetal-api v0.1.1
github.com/onmetal/onmetal-api v0.1.2-0.20230425083928-00b302f8455b
github.com/onsi/ginkgo/v2 v2.9.7
github.com/onsi/gomega v1.27.7
github.com/spf13/cobra v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
github.com/onmetal/controller-utils v0.7.0 h1:EHLPb/XimNas1VkeZZLP4g31aSz+ipiwvwWhklaQob0=
github.com/onmetal/controller-utils v0.7.0/go.mod h1:91KV/s0VaB8PC+hqsxo6OBsAhi3ICFgIFLv/36V0ng8=
github.com/onmetal/onmetal-api v0.1.1 h1:8YEtQBsxQzb+MKvbFypuYp/x8AZ96mN4NCx8bRxHvFA=
github.com/onmetal/onmetal-api v0.1.1/go.mod h1:mql3gEgyCDeqkQbeM62C/FRuCwXSfBVsvg/FiBczN6M=
github.com/onmetal/onmetal-api v0.1.2-0.20230425083928-00b302f8455b h1:wvzwi78lCAsiyDofFRQSCnB/t6Uyt05uoAvgqh//gPE=
github.com/onmetal/onmetal-api v0.1.2-0.20230425083928-00b302f8455b/go.mod h1:plZ0WIlHY5ZnTaVFJLsbn4X9pFUXIqiR4gYbWEaC0vg=
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit baddaea

Please sign in to comment.