Skip to content

Commit a3b8d8f

Browse files
dependabot[bot]jlebon
authored andcommittedNov 29, 2023
build(deps): bump github.com/coreos/butane
Bumps [github.com/coreos/butane](https://github.com/coreos/butane) from 0.18.1-0.20230412230143-79c207705ee4 to 0.19.0. - [Release notes](https://github.com/coreos/butane/releases) - [Changelog](https://github.com/coreos/butane/blob/main/docs/release-notes.md) - [Commits](https://github.com/coreos/butane/commits/v0.19.0) --- updated-dependencies: - dependency-name: github.com/coreos/butane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5544e38 commit a3b8d8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1493
-689
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1442
1616
github.com/aliyun/aliyun-oss-go-sdk v2.0.3+incompatible
1717
github.com/aws/aws-sdk-go v1.47.9
18-
github.com/coreos/butane v0.18.1-0.20230412230143-79c207705ee4
18+
github.com/coreos/butane v0.19.0
1919
github.com/coreos/go-semver v0.3.1
2020
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
2121
github.com/coreos/go-systemd/v22 v22.5.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ github.com/containers/image/v5 v5.28.0 h1:H4cWbdI88UA/mDb6SxMo3IxpmS1BSs/Kifvhwt
4747
github.com/containers/image/v5 v5.28.0/go.mod h1:9aPnNkwHNHgGl9VlQxXEshvmOJRbdRAc1rNDD6sP2eU=
4848
github.com/containers/storage v1.50.1 h1:1r5k4N2BNa94WZZFw116tozj08zJg7SxihQZ3iccyCs=
4949
github.com/containers/storage v1.50.1/go.mod h1:dpspZsUrcKD8SpTofvKWhwPDHD0MkO4Q7VE+oYdWkiA=
50-
github.com/coreos/butane v0.18.1-0.20230412230143-79c207705ee4 h1:YB2AgNmzotg/PwcMqy3sqej32rDkZ7OVQZtzI3Rv3ck=
51-
github.com/coreos/butane v0.18.1-0.20230412230143-79c207705ee4/go.mod h1:oLR7xKzJB3o1WIdLtfHlPwrSwvMmeV/zknkwOznRu88=
50+
github.com/coreos/butane v0.19.0 h1:F4uuWwIaOCA6YrBOKoVU1cb25SMIkuValW9p1/PXyO8=
51+
github.com/coreos/butane v0.19.0/go.mod h1:dfa3/aWa58qfWMK/CGm3OR3T328x6x2nm66MgZURCTs=
5252
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb h1:rmqyI19j3Z/74bIRhuC59RB442rXUazKNueVpfJPxg4=
5353
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb/go.mod h1:rcFZM3uxVvdyNmsAV2jopgPD1cs5SPWJWU5dOz2LUnw=
5454
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=

0 commit comments

Comments
 (0)
Please sign in to comment.