Bump version of image-reflector API to v0.13.0
The API module hasn't changed, but this keeps things lined up. Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
parent
ab35e0b87e
commit
0cb03cd8af
2
go.mod
2
go.mod
|
@ -8,7 +8,7 @@ require (
|
|||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/aws/aws-sdk-go v1.33.18
|
||||
github.com/dgraph-io/badger/v3 v3.2103.1
|
||||
github.com/fluxcd/image-reflector-controller/api v0.12.0
|
||||
github.com/fluxcd/image-reflector-controller/api v0.13.0
|
||||
github.com/fluxcd/pkg/apis/meta v0.10.0
|
||||
github.com/fluxcd/pkg/runtime v0.12.0
|
||||
github.com/fluxcd/pkg/version v0.1.0
|
||||
|
|
Loading…
Reference in New Issue