Skip to content

Commit 9bf3cf5

Browse files
Bump github.com/pivotal/kpack
Bumps [github.com/pivotal/kpack](https://github.com/pivotal/kpack) from 0.11.3-0.20230807155614-af4ddc22f849 to 0.12.0. - [Release notes](https://github.com/pivotal/kpack/releases) - [Changelog](https://github.com/buildpacks-community/kpack/blob/main/RELEASE.md) - [Commits](https://github.com/pivotal/kpack/commits/v0.12.0) --- updated-dependencies: - dependency-name: github.com/pivotal/kpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92f477c commit 9bf3cf5

2 files changed

Lines changed: 331 additions & 166 deletions

File tree

go.mod

Lines changed: 70 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,123 +7,142 @@ require (
77
github.com/evanphx/json-patch v4.12.0+incompatible
88
github.com/ghodss/yaml v1.0.0
99
github.com/google/go-cmp v0.5.9
10-
github.com/google/go-containerregistry v0.14.1-0.20230409045903-ed5c185df419
10+
github.com/google/go-containerregistry v0.16.1
1111
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12-
github.com/pivotal/kpack v0.11.3-0.20230807155614-af4ddc22f849
12+
github.com/pivotal/kpack v0.12.0
1313
github.com/pkg/errors v0.9.1
1414
github.com/sclevine/spec v1.4.0
1515
github.com/spf13/cobra v1.7.0
1616
github.com/stretchr/testify v1.8.4
17-
golang.org/x/crypto v0.9.0
17+
golang.org/x/crypto v0.12.0
1818
golang.org/x/sync v0.3.0
19-
k8s.io/api v0.26.1
20-
k8s.io/apimachinery v0.26.1
21-
k8s.io/client-go v0.25.4
22-
knative.dev/pkg v0.0.0-20230125083639-408ad0773f47
19+
k8s.io/api v0.27.3
20+
k8s.io/apimachinery v0.27.3
21+
k8s.io/client-go v0.27.3
22+
knative.dev/pkg v0.0.0-20230821102121-81e4ee140363
2323
sigs.k8s.io/yaml v1.3.0
2424
)
2525

2626
require (
27-
cloud.google.com/go/compute v1.19.0 // indirect
28-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2927
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
30-
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect
28+
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
29+
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
3130
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3231
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
33-
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
32+
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
33+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
34+
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
3435
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3536
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3637
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3738
github.com/BurntSushi/toml v1.3.2 // indirect
3839
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3940
github.com/agext/levenshtein v1.2.3 // indirect
4041
github.com/apex/log v1.9.0 // indirect
41-
github.com/benbjohnson/clock v1.1.0 // indirect
42+
github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect
43+
github.com/aws/aws-sdk-go-v2/config v1.18.36 // indirect
44+
github.com/aws/aws-sdk-go-v2/credentials v1.13.35 // indirect
45+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.11 // indirect
46+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect
47+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect
48+
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.42 // indirect
49+
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.5 // indirect
50+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.17.5 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/sso v1.13.5 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.5 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5 // indirect
55+
github.com/aws/smithy-go v1.14.2 // indirect
56+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20230815210656-c8857611a995 // indirect
57+
github.com/benbjohnson/clock v1.3.0 // indirect
4258
github.com/beorn7/perks v1.0.1 // indirect
4359
github.com/blendle/zapdriver v1.3.1 // indirect
44-
github.com/buildpacks/imgutil v0.0.0-20230412223147-81015c668834 // indirect
45-
github.com/buildpacks/lifecycle v0.16.4 // indirect
60+
github.com/buildpacks/imgutil v0.0.0-20230802154001-5c57feb120b3 // indirect
61+
github.com/buildpacks/lifecycle v0.17.0 // indirect
4662
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4763
github.com/cespare/xxhash/v2 v2.2.0 // indirect
64+
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
4865
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
4966
github.com/containerd/typeurl v1.0.2 // indirect
5067
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5168
github.com/davecgh/go-spew v1.1.1 // indirect
52-
github.com/docker/cli v23.0.4+incompatible // indirect
69+
github.com/dimchansky/utfbom v1.1.1 // indirect
70+
github.com/docker/cli v24.0.5+incompatible // indirect
5371
github.com/docker/distribution v2.8.2+incompatible // indirect
54-
github.com/docker/docker v23.0.4+incompatible // indirect
55-
github.com/docker/docker-credential-helpers v0.7.0 // indirect
72+
github.com/docker/docker v24.0.5+incompatible // indirect
73+
github.com/docker/docker-credential-helpers v0.8.0 // indirect
5674
github.com/docker/go-connections v0.4.0 // indirect
5775
github.com/docker/go-units v0.5.0 // indirect
58-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
76+
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
5977
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
6078
github.com/go-kit/log v0.2.1 // indirect
6179
github.com/go-logfmt/logfmt v0.5.1 // indirect
6280
github.com/go-logr/logr v1.2.4 // indirect
63-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
64-
github.com/go-openapi/jsonreference v0.20.0 // indirect
65-
github.com/go-openapi/swag v0.22.3 // indirect
81+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
82+
github.com/go-openapi/jsonreference v0.20.2 // indirect
83+
github.com/go-openapi/swag v0.22.4 // indirect
6684
github.com/gogo/protobuf v1.3.2 // indirect
6785
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
6886
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6987
github.com/golang/protobuf v1.5.3 // indirect
70-
github.com/google/gnostic v0.5.7-v3refs // indirect
88+
github.com/google/gnostic v0.6.9 // indirect
7189
github.com/google/gofuzz v1.2.0 // indirect
72-
github.com/google/uuid v1.3.0 // indirect
90+
github.com/google/uuid v1.3.1 // indirect
7391
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
74-
github.com/hashicorp/golang-lru v0.5.4 // indirect
92+
github.com/hashicorp/golang-lru v1.0.2 // indirect
7593
github.com/heroku/color v0.0.6 // indirect
76-
github.com/imdario/mergo v0.3.13 // indirect
94+
github.com/imdario/mergo v0.3.15 // indirect
7795
github.com/inconshreveable/mousetrap v1.1.0 // indirect
96+
github.com/jmespath/go-jmespath v0.4.0 // indirect
7897
github.com/josharian/intern v1.0.0 // indirect
7998
github.com/json-iterator/go v1.1.12 // indirect
8099
github.com/kelseyhightower/envconfig v1.4.0 // indirect
81-
github.com/klauspost/compress v1.16.5 // indirect
100+
github.com/klauspost/compress v1.16.7 // indirect
82101
github.com/mailru/easyjson v0.7.7 // indirect
83102
github.com/mattn/go-colorable v0.1.13 // indirect
84-
github.com/mattn/go-isatty v0.0.18 // indirect
103+
github.com/mattn/go-isatty v0.0.19 // indirect
85104
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
86105
github.com/mitchellh/go-homedir v1.1.0 // indirect
87-
github.com/moby/buildkit v0.11.5 // indirect
106+
github.com/moby/buildkit v0.11.6 // indirect
88107
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
89108
github.com/modern-go/reflect2 v1.0.2 // indirect
90109
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
91110
github.com/opencontainers/go-digest v1.0.0 // indirect
92-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
111+
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
93112
github.com/pmezard/go-difflib v1.0.0 // indirect
94-
github.com/prometheus/client_golang v1.15.1 // indirect
113+
github.com/prometheus/client_golang v1.16.0 // indirect
95114
github.com/prometheus/client_model v0.4.0 // indirect
96-
github.com/prometheus/common v0.42.0 // indirect
97-
github.com/prometheus/procfs v0.9.0 // indirect
98-
github.com/prometheus/statsd_exporter v0.21.0 // indirect
99-
github.com/rogpeppe/go-internal v1.10.0 // indirect
115+
github.com/prometheus/common v0.44.0 // indirect
116+
github.com/prometheus/procfs v0.10.1 // indirect
117+
github.com/prometheus/statsd_exporter v0.22.7 // indirect
100118
github.com/russross/blackfriday/v2 v2.1.0 // indirect
101119
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
102-
github.com/sirupsen/logrus v1.9.0 // indirect
120+
github.com/sirupsen/logrus v1.9.3 // indirect
103121
github.com/spf13/pflag v1.0.5 // indirect
104-
github.com/vbatts/tar-split v0.11.3 // indirect
122+
github.com/vbatts/tar-split v0.11.5 // indirect
105123
go.opencensus.io v0.24.0 // indirect
106-
go.uber.org/atomic v1.10.0 // indirect
107-
go.uber.org/multierr v1.9.0 // indirect
108-
go.uber.org/zap v1.24.0 // indirect
109-
golang.org/x/net v0.10.0 // indirect
110-
golang.org/x/oauth2 v0.7.0 // indirect
111-
golang.org/x/sys v0.8.0 // indirect
112-
golang.org/x/term v0.8.0 // indirect
113-
golang.org/x/text v0.9.0 // indirect
124+
go.uber.org/multierr v1.11.0 // indirect
125+
go.uber.org/zap v1.25.0 // indirect
126+
golang.org/x/net v0.14.0 // indirect
127+
golang.org/x/oauth2 v0.11.0 // indirect
128+
golang.org/x/sys v0.11.0 // indirect
129+
golang.org/x/term v0.11.0 // indirect
130+
golang.org/x/text v0.12.0 // indirect
114131
golang.org/x/time v0.3.0 // indirect
115-
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
116-
google.golang.org/api v0.121.0 // indirect
132+
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
133+
google.golang.org/api v0.138.0 // indirect
117134
google.golang.org/appengine v1.6.7 // indirect
118-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
119-
google.golang.org/grpc v1.55.0 // indirect
120-
google.golang.org/protobuf v1.30.0 // indirect
135+
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
136+
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
137+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
138+
google.golang.org/grpc v1.57.0 // indirect
139+
google.golang.org/protobuf v1.31.0 // indirect
121140
gopkg.in/inf.v0 v0.9.1 // indirect
122141
gopkg.in/yaml.v2 v2.4.0 // indirect
123142
gopkg.in/yaml.v3 v3.0.1 // indirect
124143
k8s.io/klog/v2 v2.100.1 // indirect
125-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
126-
k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
144+
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 // indirect
145+
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
127146
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
128147
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
129148
)

0 commit comments

Comments
 (0)