Skip to content

Commit

Permalink
update upjet to include finalizer fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Borrelli <[email protected]>
  • Loading branch information
stevendborrelli committed Nov 1, 2023
1 parent b5ea27e commit 55ce4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion converters/template/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/upbound/extensions-migration v0.1.0-rc.1.0.20230815112541-eb63a5c5393e
github.com/upbound/extensions-migration/converters/provider-aws v0.0.0-20230815094445-f6499b966d7f
github.com/upbound/provider-aws v0.38.0
github.com/upbound/upjet v0.11.0-rc.0.0.20230905122636-ac6f4d34ea1a
github.com/upbound/upjet v0.11.0-rc.0.0.20230908112734-f73a6622af8b
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.27.3
Expand Down
2 changes: 2 additions & 0 deletions converters/template/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ github.com/upbound/provider-aws v0.38.0 h1:7e3djbXpm92tuVTWa83wue8/P3SyyBRUqpVGL
github.com/upbound/provider-aws v0.38.0/go.mod h1:3ghjoDmZKHcJp9Z1Ssz0Mb1k6Sx0yF4cj8qx/xILIrw=
github.com/upbound/upjet v0.11.0-rc.0.0.20230905122636-ac6f4d34ea1a h1:sUI2Boq7Q4ukGuEby9KlprQW7psRcQ3e6sDsuTGADmY=
github.com/upbound/upjet v0.11.0-rc.0.0.20230905122636-ac6f4d34ea1a/go.mod h1:2RXHgpIugCL/S/Use1QJAeVaev901RBeUByQh5gUtGk=
github.com/upbound/upjet v0.11.0-rc.0.0.20230908112734-f73a6622af8b h1:PYDVJHjDzfc2qeWBaINmcD5iZ7yCX/nPFHdInmz62wM=
github.com/upbound/upjet v0.11.0-rc.0.0.20230908112734-f73a6622af8b/go.mod h1:2RXHgpIugCL/S/Use1QJAeVaev901RBeUByQh5gUtGk=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down

0 comments on commit 55ce4bc

Please sign in to comment.