Skip to content

Commit

Permalink
Bump github.com/redhat-best-practices-for-k8s/oct from 0.0.20 to 0.0.…
Browse files Browse the repository at this point in the history
…21 (#905)

Bumps [github.com/redhat-best-practices-for-k8s/oct](https://github.com/redhat-best-practices-for-k8s/oct) from 0.0.20 to 0.0.21.
- [Release notes](https://github.com/redhat-best-practices-for-k8s/oct/releases)
- [Commits](redhat-best-practices-for-k8s/oct@v0.0.20...v0.0.21)

---
updated-dependencies:
- dependency-name: github.com/redhat-best-practices-for-k8s/oct
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 6ea5f7f commit 25a532a
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 56 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/operator-framework/api v0.27.0
github.com/operator-framework/operator-lifecycle-manager v0.22.0
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.47
github.com/redhat-best-practices-for-k8s/oct v0.0.20
github.com/redhat-best-practices-for-k8s/oct v0.0.21
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/test-network-function/cr-scale-operator v0.0.0-20230810174010-26b23b7b446f
Expand All @@ -29,7 +29,7 @@ require (
require github.com/evanphx/json-patch/v5 v5.9.0 // indirect

require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/containernetworking/cni v1.2.1-0.20240513144334-1e7858f9879a // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0=
github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
Expand Down Expand Up @@ -279,8 +279,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.47 h1:xAOVi+7YXBJNBsZeezAWWCHx84IU6AWIw53BT9tATas=
github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.47/go.mod h1:zl22noTFxcP05POwr1aMNa13j4M1Fitq8TsxLrw/mJE=
github.com/redhat-best-practices-for-k8s/oct v0.0.20 h1:u2HhR6ilkHYVf1TaHaFstMz5AxnalmhvQ5gcKwO6058=
github.com/redhat-best-practices-for-k8s/oct v0.0.20/go.mod h1:BMcFp+p6SMrtjmkrl+eedhlaHZp1O7ZGuvs2TWhNrJI=
github.com/redhat-best-practices-for-k8s/oct v0.0.21 h1:6moB8+gZniNDWcp9xQnpqmJy9BvIN0WoOgDDnwaZTLA=
github.com/redhat-best-practices-for-k8s/oct v0.0.21/go.mod h1:mGE+j97ZriFACrlSBhbJDR3qTLAEom4hcf0WkPcLsIE=
github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down
28 changes: 28 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/Masterminds/semver/v3/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions vendor/github.com/Masterminds/semver/v3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions vendor/github.com/Masterminds/semver/v3/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# github.com/Masterminds/semver/v3 v3.2.1
## explicit; go 1.18
# github.com/Masterminds/semver/v3 v3.3.0
## explicit; go 1.21
github.com/Masterminds/semver/v3
# github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
## explicit; go 1.13
Expand Down Expand Up @@ -277,7 +277,7 @@ github.com/pmezard/go-difflib/difflib
# github.com/redhat-best-practices-for-k8s/certsuite-claim v1.0.47
## explicit; go 1.22.6
github.com/redhat-best-practices-for-k8s/certsuite-claim/pkg/claim
# github.com/redhat-best-practices-for-k8s/oct v0.0.20
# github.com/redhat-best-practices-for-k8s/oct v0.0.21
## explicit; go 1.22.6
github.com/redhat-best-practices-for-k8s/oct/pkg/certdb/config
github.com/redhat-best-practices-for-k8s/oct/pkg/certdb/offlinecheck
Expand Down

0 comments on commit 25a532a

Please sign in to comment.