@@ -10,18 +10,18 @@ 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/Azure/azure-sdk-for-go v42.3.0+incompatible
16
- github.com/Azure/go-autorest/autorest v0.11.18
17
- github.com/Azure/go-autorest/autorest/adal v0.9.13
16
+ github.com/Azure/go-autorest/autorest v0.11.24
17
+ github.com/Azure/go-autorest/autorest/adal v0.9.18
18
18
github.com/Masterminds/sprig v2.22.0+incompatible
19
19
github.com/gobuffalo/packr/v2 v2.8.0
20
20
github.com/kelseyhightower/envconfig v1.4.0
21
21
github.com/pkg/errors v0.9.1
22
- github.com/spf13/cobra v1.5.0
23
- github.com/stretchr/testify v1.7 .1
24
- go.opentelemetry.io/otel v1.10 .0
22
+ github.com/spf13/cobra v1.6.1
23
+ github.com/stretchr/testify v1.8 .1
24
+ go.opentelemetry.io/otel v1.13 .0
25
25
gopkg.in/yaml.v2 v2.4.0
26
26
)
27
27
@@ -35,126 +35,128 @@ require (
35
35
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
36
36
github.com/Masterminds/goutils v1.1.1 // indirect
37
37
github.com/Masterminds/semver v1.5.0 // indirect
38
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
39
- github.com/PuerkitoBio/goquery v1.5 .0 // indirect
38
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
39
+ github.com/PuerkitoBio/goquery v1.8 .0 // indirect
40
40
github.com/andybalholm/brotli v1.0.1 // indirect
41
- github.com/andybalholm/cascadia v1.0.0 // indirect
41
+ github.com/andybalholm/cascadia v1.3.1 // indirect
42
42
github.com/beorn7/perks v1.0.1 // indirect
43
43
github.com/carolynvs/aferox v0.3.0 // indirect
44
44
github.com/carolynvs/magex v0.9.0 // indirect
45
45
github.com/cbroglie/mustache v1.4.0 // indirect
46
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
47
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
48
- github.com/cnabio/cnab-go v0.24.0 // indirect
49
- github.com/cnabio/cnab-to-oci v0.3.7 // indirect
50
- github.com/containerd/stargz-snapshotter/estargz v0.11.2 // indirect
51
- github.com/cyberphone/json-canonicalization v0.0.0-20220216171627-b6721b06b4ef // indirect
46
+ github.com/cenkalti/backoff/v4 v4.2.0 // indirect
47
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
48
+ github.com/cnabio/cnab-go v0.25.1 // indirect
49
+ github.com/cnabio/cnab-to-oci v0.4.0 // indirect
50
+ github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
51
+ github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
52
52
github.com/davecgh/go-spew v1.1.1 // indirect
53
- github.com/docker/cli v20.10.17 +incompatible // indirect
53
+ github.com/docker/cli v23.0.1 +incompatible // indirect
54
54
github.com/docker/distribution v2.8.1+incompatible // indirect
55
- github.com/docker/docker v20.10.17 +incompatible // indirect
56
- github.com/docker/docker-credential-helpers v0.6.4 // indirect
55
+ github.com/docker/docker v23.0.1 +incompatible // indirect
56
+ github.com/docker/docker-credential-helpers v0.7.0 // indirect
57
57
github.com/docker/go-connections v0.4.0 // indirect
58
58
github.com/docker/go-metrics v0.0.1 // indirect
59
- github.com/docker/go-units v0.4 .0 // indirect
59
+ github.com/docker/go-units v0.5 .0 // indirect
60
60
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
61
- github.com/fatih/color v1.9.0 // indirect
62
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
61
+ github.com/fatih/color v1.13.0 // indirect
63
62
github.com/fsnotify/fsnotify v1.4.9 // indirect
64
63
github.com/go-logr/logr v1.2.3 // indirect
65
64
github.com/go-logr/stdr v1.2.2 // indirect
66
65
github.com/gobuffalo/logger v1.0.3 // indirect
67
66
github.com/gobuffalo/packd v1.0.0 // indirect
68
67
github.com/goccy/go-yaml v1.8.1 // indirect
69
68
github.com/gogo/protobuf v1.3.2 // indirect
69
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
70
70
github.com/golang/protobuf v1.5.2 // indirect
71
71
github.com/golang/snappy v0.0.4-0.20210608040537-544b4180ac70 // indirect
72
- github.com/google/go-containerregistry v0.5.1 // indirect
72
+ github.com/google/go-containerregistry v0.13.0 // indirect
73
73
github.com/google/uuid v1.3.0 // indirect
74
74
github.com/gorilla/mux v1.8.0 // indirect
75
75
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
76
76
github.com/hashicorp/errwrap v1.1.0 // indirect
77
- github.com/hashicorp/go-hclog v0.14.1 // indirect
77
+ github.com/hashicorp/go-hclog v1.4.0 // indirect
78
78
github.com/hashicorp/go-multierror v1.1.1 // indirect
79
79
github.com/hashicorp/hcl v1.0.0 // indirect
80
80
github.com/huandu/xstrings v1.3.0 // indirect
81
- github.com/imdario/mergo v0.3.12 // indirect
82
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
81
+ github.com/imdario/mergo v0.3.13 // indirect
82
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
83
83
github.com/jeremywohl/flatten v1.0.1 // indirect
84
84
github.com/karrick/godirwalk v1.15.3 // indirect
85
- github.com/klauspost/compress v1.15.1 // indirect
85
+ github.com/klauspost/compress v1.15.12 // indirect
86
86
github.com/klauspost/pgzip v1.2.5 // indirect
87
- github.com/kr/pretty v0.2.1 // indirect
87
+ github.com/kr/pretty v0.3.0 // indirect
88
88
github.com/magefile/mage v1.14.0 // indirect
89
89
github.com/magiconair/properties v1.8.5 // indirect
90
90
github.com/markbates/errx v1.1.0 // indirect
91
91
github.com/markbates/oncer v1.0.0 // indirect
92
92
github.com/markbates/safe v1.0.1 // indirect
93
- github.com/mattn/go-colorable v0.1.7 // indirect
94
- github.com/mattn/go-isatty v0.0.16 // indirect
93
+ github.com/mattn/go-colorable v0.1.13 // indirect
94
+ github.com/mattn/go-isatty v0.0.17 // indirect
95
95
github.com/mattn/go-runewidth v0.0.9 // indirect
96
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
96
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
97
97
github.com/mholt/archiver/v3 v3.5.1 // indirect
98
98
github.com/mikefarah/yq/v3 v3.0.0-20201020025845-ccb718cd0f59 // indirect
99
99
github.com/mitchellh/copystructure v1.0.0 // indirect
100
- github.com/mitchellh/mapstructure v1.4.2 // indirect
100
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
101
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
101
102
github.com/mitchellh/reflectwalk v1.0.0 // indirect
102
- github.com/mmcdole/gofeed v1.0.0-beta2 // indirect
103
- github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
104
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
103
+ github.com/mmcdole/gofeed v1.2.0 // indirect
104
+ github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
105
+ github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
105
106
github.com/morikuni/aec v1.0.0 // indirect
106
107
github.com/nwaples/rardecode v1.1.0 // indirect
107
108
github.com/oklog/ulid v1.3.1 // indirect
108
- github.com/olekukonko/tablewriter v0.0.4 // indirect
109
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
109
110
github.com/opencontainers/go-digest v1.0.0 // indirect
110
- github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
111
+ github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
111
112
github.com/osteele/liquid v1.3.0 // indirect
112
113
github.com/osteele/tuesday v1.0.3 // indirect
113
- github.com/pelletier/go-toml v1.9.4 // indirect
114
+ github.com/pelletier/go-toml v1.9.5 // indirect
114
115
github.com/pierrec/lz4/v4 v4.1.2 // indirect
115
116
github.com/pmezard/go-difflib v1.0.0 // indirect
116
- github.com/prometheus/client_golang v1.12.1 // indirect
117
- github.com/prometheus/client_model v0.2 .0 // indirect
118
- github.com/prometheus/common v0.32.1 // indirect
119
- github.com/prometheus/procfs v0.7.3 // indirect
117
+ github.com/prometheus/client_golang v1.14.0 // indirect
118
+ github.com/prometheus/client_model v0.3 .0 // indirect
119
+ github.com/prometheus/common v0.37.0 // indirect
120
+ github.com/prometheus/procfs v0.8.0 // indirect
120
121
github.com/qri-io/jsonpointer v0.1.1 // indirect
121
122
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
122
- github.com/sirupsen/logrus v1.8.1 // indirect
123
+ github.com/rogpeppe/go-internal v1.8.1 // indirect
124
+ github.com/sirupsen/logrus v1.9.0 // indirect
123
125
github.com/smartystreets/assertions v1.0.0 // indirect
124
- github.com/spf13/afero v1.9.2 // indirect
126
+ github.com/spf13/afero v1.9.3 // indirect
125
127
github.com/spf13/cast v1.3.1 // indirect
126
128
github.com/spf13/jwalterweatherman v1.1.0 // indirect
127
129
github.com/spf13/pflag v1.0.5 // indirect
128
- github.com/spf13/viper v1.10 .0 // indirect
130
+ github.com/spf13/viper v1.14 .0 // indirect
129
131
github.com/subosito/gotenv v1.2.0 // indirect
130
132
github.com/ulikunitz/xz v0.5.10 // indirect
131
133
github.com/vbatts/tar-split v0.11.2 // indirect
132
134
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
133
135
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
134
136
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
135
137
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
136
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10 .0 // indirect
137
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10 .0 // indirect
138
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10 .0 // indirect
139
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10 .0 // indirect
140
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10 .0 // indirect
141
- go.opentelemetry.io/otel/sdk v1.10 .0 // indirect
142
- go.opentelemetry.io/otel/trace v1.10 .0 // indirect
138
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13 .0 // indirect
139
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13 .0 // indirect
140
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13 .0 // indirect
141
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.13 .0 // indirect
142
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.13 .0 // indirect
143
+ go.opentelemetry.io/otel/sdk v1.13 .0 // indirect
144
+ go.opentelemetry.io/otel/trace v1.13 .0 // indirect
143
145
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
144
146
go.uber.org/atomic v1.7.0 // indirect
145
147
go.uber.org/multierr v1.6.0 // indirect
146
- go.uber.org/zap v1.17 .0 // indirect
147
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
148
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
149
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
150
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
151
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
152
- golang.org/x/text v0.3.8 // indirect
153
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
154
- google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
155
- google.golang.org/grpc v1.50 .0 // indirect
156
- google.golang.org/protobuf v1.28.0 // indirect
148
+ go.uber.org/zap v1.24 .0 // indirect
149
+ golang.org/x/crypto v0.6.0 // indirect
150
+ golang.org/x/net v0.7.0 // indirect
151
+ golang.org/x/sync v0.1.0 // indirect
152
+ golang.org/x/sys v0.5.0 // indirect
153
+ golang.org/x/term v0.5.0 // indirect
154
+ golang.org/x/text v0.7.0 // indirect
155
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
156
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
157
+ google.golang.org/grpc v1.53 .0 // indirect
158
+ google.golang.org/protobuf v1.28.1 // indirect
157
159
gopkg.in/ini.v1 v1.62.0 // indirect
158
160
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
159
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
161
+ gopkg.in/yaml.v3 v3.0.1 // indirect
160
162
)
0 commit comments