Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
update component-spec to include creationTime type string (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-kaack-comp authored Mar 14, 2023
1 parent 6bfaaaa commit 0ee360f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/containerd/containerd v1.6.6
github.com/docker/cli v20.10.0-rc1+incompatible
github.com/drone/envsubst v1.0.2
github.com/gardener/component-spec/bindings-go v0.0.81
github.com/gardener/component-spec/bindings-go v0.0.83
github.com/gardener/image-vector v0.10.0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.2.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/gardener/component-spec/bindings-go v0.0.52/go.mod h1:kQFMTWowNAp9tOp6aImQa/NoLzfvX29jN5Qgud9rpQU=
github.com/gardener/component-spec/bindings-go v0.0.81 h1:Rawv7qM/bmqzRDmhNjO2X04aQg/rP3D3MxUHM2ib6Ls=
github.com/gardener/component-spec/bindings-go v0.0.81/go.mod h1:1/72D7DCsWc/JH5006EYBJPG42Na5DfDkzIyGd9mEf8=
github.com/gardener/component-spec/bindings-go v0.0.83 h1:fTDC658gbjhMrL4SNtMAECxqFzk6TE4kuQTRZ317Fn0=
github.com/gardener/component-spec/bindings-go v0.0.83/go.mod h1:qr7kADDXbXB0huul+ih/B43YkwyiMFYQepp/tqJ331c=
github.com/gardener/image-vector v0.10.0 h1:Ysg3hxfiGUG/doajiZ0nQuUaJYwfO5BZCOcijL3tRuo=
github.com/gardener/image-vector v0.10.0/go.mod h1:32SHGcbmmueeK9VkawsFcEbsoENXQPIuuYiFBUP+vMQ=
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
Expand Down

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ github.com/drone/envsubst/path
# github.com/fsnotify/fsnotify v1.4.9
## explicit; go 1.13
github.com/fsnotify/fsnotify
# github.com/gardener/component-spec/bindings-go v0.0.81
# github.com/gardener/component-spec/bindings-go v0.0.83
## explicit; go 1.18
github.com/gardener/component-spec/bindings-go/apis
github.com/gardener/component-spec/bindings-go/apis/v2
Expand Down

0 comments on commit 0ee360f

Please sign in to comment.