@@ -12,21 +12,21 @@ replace (
12
12
)
13
13
14
14
require (
15
- get.porter.sh/magefiles v0.3.3
16
- get.porter.sh/porter v1.0.1
15
+ get.porter.sh/magefiles v0.5.0
16
+ get.porter.sh/porter v1.0.9
17
17
github.com/ghodss/yaml v1.0.0
18
18
github.com/pkg/errors v0.9.1
19
- github.com/spf13/cobra v1.5.0
20
- github.com/stretchr/testify v1.8.0
19
+ github.com/spf13/cobra v1.6.1
20
+ github.com/stretchr/testify v1.8.1
21
21
github.com/xeipuuv/gojsonschema v1.2.0
22
- go.opentelemetry.io/otel v1.10 .0
22
+ go.opentelemetry.io/otel v1.13 .0
23
23
gopkg.in/yaml.v2 v2.4.0
24
24
)
25
25
26
26
require (
27
27
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
28
28
github.com/Masterminds/semver v1.5.0 // indirect
29
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
29
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
30
30
github.com/PaesslerAG/gval v1.2.0 // indirect
31
31
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
32
32
github.com/PuerkitoBio/goquery v1.8.0 // indirect
@@ -36,17 +36,17 @@ require (
36
36
github.com/carolynvs/aferox v0.3.0 // indirect
37
37
github.com/carolynvs/magex v0.9.0 // indirect
38
38
github.com/cbroglie/mustache v1.4.0 // indirect
39
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
40
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
41
- github.com/cnabio/cnab-go v0.24 .1 // indirect
42
- github.com/cnabio/cnab-to-oci v0.3.7 // indirect
43
- github.com/containerd/stargz-snapshotter/estargz v0.12 .0 // indirect
39
+ github.com/cenkalti/backoff/v4 v4.2.0 // indirect
40
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
+ github.com/cnabio/cnab-go v0.25 .1 // indirect
42
+ github.com/cnabio/cnab-to-oci v0.4.0 // indirect
43
+ github.com/containerd/stargz-snapshotter/estargz v0.13 .0 // indirect
44
44
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
45
45
github.com/davecgh/go-spew v1.1.1 // indirect
46
- github.com/docker/cli v20.10.18 +incompatible // indirect
46
+ github.com/docker/cli v23.0.1 +incompatible // indirect
47
47
github.com/docker/distribution v2.8.1+incompatible // indirect
48
- github.com/docker/docker v20.10.18 +incompatible // indirect
49
- github.com/docker/docker-credential-helpers v0.6.4 // indirect
48
+ github.com/docker/docker v23.0.1 +incompatible // indirect
49
+ github.com/docker/docker-credential-helpers v0.7.0 // indirect
50
50
github.com/docker/go-connections v0.4.0 // indirect
51
51
github.com/docker/go-metrics v0.0.1 // indirect
52
52
github.com/docker/go-units v0.5.0 // indirect
@@ -59,44 +59,43 @@ require (
59
59
github.com/gogo/protobuf v1.3.2 // indirect
60
60
github.com/golang/protobuf v1.5.2 // indirect
61
61
github.com/golang/snappy v0.0.4 // indirect
62
- github.com/google/go-cmp v0.5.9 // indirect
63
- github.com/google/go-containerregistry v0.11.0 // indirect
62
+ github.com/google/go-containerregistry v0.13.0 // indirect
64
63
github.com/gorilla/mux v1.8.0 // indirect
65
64
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
66
65
github.com/hashicorp/errwrap v1.1.0 // indirect
67
- github.com/hashicorp/go-hclog v1.3 .0 // indirect
66
+ github.com/hashicorp/go-hclog v1.4 .0 // indirect
68
67
github.com/hashicorp/go-multierror v1.1.1 // indirect
69
68
github.com/hashicorp/hcl v1.0.0 // indirect
70
69
github.com/inconshreveable/mousetrap v1.0.1 // indirect
71
70
github.com/jeremywohl/flatten v1.0.1 // indirect
72
- github.com/klauspost/compress v1.15.10 // indirect
71
+ github.com/klauspost/compress v1.15.12 // indirect
73
72
github.com/klauspost/pgzip v1.2.5 // indirect
74
73
github.com/magefile/mage v1.14.0 // indirect
75
74
github.com/magiconair/properties v1.8.6 // indirect
76
75
github.com/mattn/go-colorable v0.1.13 // indirect
77
- github.com/mattn/go-isatty v0.0.16 // indirect
76
+ github.com/mattn/go-isatty v0.0.17 // indirect
78
77
github.com/mattn/go-runewidth v0.0.14 // indirect
79
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
78
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
80
79
github.com/mholt/archiver/v3 v3.5.1 // indirect
81
80
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 // indirect
82
81
github.com/mitchellh/go-homedir v1.1.0 // indirect
83
82
github.com/mitchellh/mapstructure v1.5.0 // indirect
84
- github.com/mmcdole/gofeed v1.1.3 // indirect
83
+ github.com/mmcdole/gofeed v1.2.0 // indirect
85
84
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
86
- github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
85
+ github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
87
86
github.com/morikuni/aec v1.0.0 // indirect
88
87
github.com/nwaples/rardecode v1.1.3 // indirect
89
88
github.com/oklog/ulid v1.3.1 // indirect
90
89
github.com/olekukonko/tablewriter v0.0.5 // indirect
91
90
github.com/opencontainers/go-digest v1.0.0 // indirect
92
- github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
91
+ github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
93
92
github.com/osteele/liquid v1.3.0 // indirect
94
93
github.com/osteele/tuesday v1.0.3 // indirect
95
94
github.com/pelletier/go-toml v1.9.5 // indirect
96
95
github.com/pierrec/lz4/v4 v4.1.16 // indirect
97
96
github.com/pmezard/go-difflib v1.0.0 // indirect
98
- github.com/prometheus/client_golang v1.13 .0 // indirect
99
- github.com/prometheus/client_model v0.2 .0 // indirect
97
+ github.com/prometheus/client_golang v1.14 .0 // indirect
98
+ github.com/prometheus/client_model v0.3 .0 // indirect
100
99
github.com/prometheus/common v0.37.0 // indirect
101
100
github.com/prometheus/procfs v0.8.0 // indirect
102
101
github.com/qri-io/jsonpointer v0.1.1 // indirect
@@ -105,35 +104,35 @@ require (
105
104
github.com/rogpeppe/go-internal v1.8.1 // indirect
106
105
github.com/shopspring/decimal v1.3.1 // indirect
107
106
github.com/sirupsen/logrus v1.9.0 // indirect
108
- github.com/spf13/afero v1.9.2 // indirect
107
+ github.com/spf13/afero v1.9.3 // indirect
109
108
github.com/spf13/cast v1.5.0 // indirect
110
109
github.com/spf13/jwalterweatherman v1.1.0 // indirect
111
110
github.com/spf13/pflag v1.0.5 // indirect
112
- github.com/spf13/viper v1.13 .0 // indirect
111
+ github.com/spf13/viper v1.14 .0 // indirect
113
112
github.com/subosito/gotenv v1.4.1 // indirect
114
113
github.com/ulikunitz/xz v0.5.10 // indirect
115
114
github.com/vbatts/tar-split v0.11.2 // indirect
116
115
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
117
116
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
118
117
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
119
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10 .0 // indirect
120
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10 .0 // indirect
121
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10 .0 // indirect
122
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10 .0 // indirect
123
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10 .0 // indirect
124
- go.opentelemetry.io/otel/sdk v1.10 .0 // indirect
125
- go.opentelemetry.io/otel/trace v1.10 .0 // indirect
118
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13 .0 // indirect
119
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13 .0 // indirect
120
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13 .0 // indirect
121
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.13 .0 // indirect
122
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.13 .0 // indirect
123
+ go.opentelemetry.io/otel/sdk v1.13 .0 // indirect
124
+ go.opentelemetry.io/otel/trace v1.13 .0 // indirect
126
125
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
127
126
go.uber.org/atomic v1.10.0 // indirect
128
127
go.uber.org/multierr v1.8.0 // indirect
129
- go.uber.org/zap v1.23 .0 // indirect
130
- golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1 // indirect
131
- golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
132
- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
133
- golang.org/x/text v0.3.8 // indirect
128
+ go.uber.org/zap v1.24 .0 // indirect
129
+ golang.org/x/net v0.7.0 // indirect
130
+ golang.org/x/sync v0.1.0 // indirect
131
+ golang.org/x/sys v0.5.0 // indirect
132
+ golang.org/x/text v0.7.0 // indirect
134
133
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
135
- google.golang.org/genproto v0.0.0-20220919141832-68c03719ef51 // indirect
136
- google.golang.org/grpc v1.50 .0 // indirect
134
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
135
+ google.golang.org/grpc v1.53 .0 // indirect
137
136
google.golang.org/protobuf v1.28.1 // indirect
138
137
gopkg.in/ini.v1 v1.67.0 // indirect
139
138
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
0 commit comments