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