Skip to content

Commit

Permalink
fix(deps): update module github.com/fluxcd/pkg/apis/meta to v1.7.0 (#…
Browse files Browse the repository at this point in the history
…1652)

* fix(deps): update module github.com/fluxcd/pkg/apis/meta to v1.7.0

* Vendor Go packages again

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Audun Nes <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 41786f5 commit dd7abee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/suite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.dfds.cloud/infrastructure-modules/test/integration/suite
go 1.23.0

require (
github.com/fluxcd/pkg/apis/meta v1.6.1
github.com/fluxcd/pkg/apis/meta v1.7.0
github.com/stretchr/testify v1.10.0
github.com/traefik/traefik/v2 v2.11.14
k8s.io/api v0.31.3
Expand Down
2 changes: 2 additions & 0 deletions test/integration/suite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/fluxcd/pkg/apis/meta v1.6.0 h1:93TcRpiph0OCoQh+cI+PM7E35kBW9dScuas9tW
github.com/fluxcd/pkg/apis/meta v1.6.0/go.mod h1:ZOeHcvyVdZDC5ZOGV7YuwplIvAx6LvmpeyhfTcNZCnc=
github.com/fluxcd/pkg/apis/meta v1.6.1 h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQBeNq0=
github.com/fluxcd/pkg/apis/meta v1.6.1/go.mod h1:YndB/gxgGZmKfqpAfFxyCDNFJFP0ikpeJzs66jwq280=
github.com/fluxcd/pkg/apis/meta v1.7.0 h1:pDbPrBGgsiWV4bx8j+hodwv1Ysbj/pHP+FH46aTZOfs=
github.com/fluxcd/pkg/apis/meta v1.7.0/go.mod h1:OJGH7I//SNO6zcso80oBRuf5H8oU8etZDeTgCcH7qHo=
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/go-acme/lego/v4 v4.17.4 h1:h0nePd3ObP6o7kAkndtpTzCw8shOZuWckNYeUQwo36Q=
Expand Down
4 changes: 2 additions & 2 deletions test/integration/suite/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/emicklei/go-restful/v3/log
## explicit; go 1.18
github.com/evanphx/json-patch/v5
github.com/evanphx/json-patch/v5/internal/json
# github.com/fluxcd/pkg/apis/meta v1.6.1
## explicit; go 1.22.0
# github.com/fluxcd/pkg/apis/meta v1.7.0
## explicit; go 1.22.7
github.com/fluxcd/pkg/apis/meta
# github.com/fxamacker/cbor/v2 v2.7.0
## explicit; go 1.17
Expand Down

0 comments on commit dd7abee

Please sign in to comment.