1
1
module get.porter.sh/mixin/terraform
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
replace (
6
8
// These are replace directives copied from porter
@@ -17,132 +19,132 @@ replace (
17
19
)
18
20
19
21
require (
20
- get.porter.sh/magefiles v0.5.1
21
- get.porter.sh/porter v1.0.9
22
+ get.porter.sh/magefiles v0.6.7
23
+ get.porter.sh/porter v1.0.17
22
24
github.com/PaesslerAG/jsonpath v0.1.1
23
25
github.com/carolynvs/magex v0.9.0
24
26
github.com/ghodss/yaml v1.0.0
25
27
github.com/hashicorp/go-multierror v1.1.1
26
28
github.com/pkg/errors v0.9.1
27
- github.com/spf13/cobra v1.6.1
28
- github.com/stretchr/testify v1.8.1
29
- github.com/tidwall/gjson v1.14.2
29
+ github.com/spf13/cobra v1.7.0
30
+ github.com/stretchr/testify v1.8.4
31
+ github.com/tidwall/gjson v1.15.0
30
32
github.com/xeipuuv/gojsonschema v1.2.0
31
- go.opentelemetry.io/otel v1.13 .0
33
+ go.opentelemetry.io/otel v1.19 .0
32
34
gopkg.in/yaml.v2 v2.4.0
33
35
)
34
36
35
37
require (
36
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
38
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
37
39
github.com/Masterminds/semver v1.5.0 // indirect
38
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
39
- github.com/PaesslerAG/gval v1.0.0 // indirect
40
- github.com/PuerkitoBio/goquery v1.8.0 // indirect
41
- github.com/andybalholm/brotli v1.0.1 // indirect
42
- github.com/andybalholm/cascadia v1.3.1 // indirect
40
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
41
+ github.com/PaesslerAG/gval v1.2.2 // indirect
42
+ github.com/PuerkitoBio/goquery v1.8.1 // indirect
43
+ github.com/andybalholm/brotli v1.1.0 // indirect
44
+ github.com/andybalholm/cascadia v1.3.2 // indirect
43
45
github.com/beorn7/perks v1.0.1 // indirect
44
46
github.com/carolynvs/aferox v0.3.0 // indirect
45
47
github.com/cbroglie/mustache v1.4.0 // indirect
46
- github.com/cenkalti/backoff/v4 v4.2.0 // indirect
48
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
47
49
github.com/cespare/xxhash/v2 v2.2.0 // indirect
48
50
github.com/cnabio/cnab-go v0.25.1 // indirect
49
51
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
+ github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
53
+ github.com/cyberphone/json-canonicalization v0.0.0-20230701045847-91eb5f1b7744 // indirect
52
54
github.com/davecgh/go-spew v1.1.1 // indirect
53
- github.com/docker/cli v23 .0.1 +incompatible // indirect
54
- github.com/docker/distribution v2.8.1 +incompatible // indirect
55
- github.com/docker/docker v23 .0.3 +incompatible // indirect
55
+ github.com/docker/cli v24 .0.5 +incompatible // indirect
56
+ github.com/docker/distribution v2.8.2 +incompatible // indirect
57
+ github.com/docker/docker v24 .0.5-0.20230714235725-36e9e796c6fc +incompatible // indirect
56
58
github.com/docker/docker-credential-helpers v0.7.0 // indirect
57
59
github.com/docker/go-connections v0.4.0 // indirect
58
60
github.com/docker/go-metrics v0.0.1 // indirect
59
61
github.com/docker/go-units v0.5.0 // indirect
60
62
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
61
- github.com/fatih/color v1.13 .0 // indirect
62
- github.com/fsnotify/fsnotify v1.4.9 // indirect
63
- github.com/go-logr/logr v1.2.3 // indirect
63
+ github.com/fatih/color v1.15 .0 // indirect
64
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
65
+ github.com/go-logr/logr v1.3.0 // indirect
64
66
github.com/go-logr/stdr v1.2.2 // indirect
65
- github.com/goccy/go-yaml v1.8.1 // indirect
66
- github.com/gogo/protobuf v1.3.2 // indirect
67
- github.com/golang/protobuf v1.5.2 // indirect
68
- github.com/golang/snappy v0.0.4-0.20210608040537-544b4180ac70 // indirect
69
- github.com/google/go-containerregistry v0.13.0 // indirect
67
+ github.com/goccy/go-yaml v1.11.0 // indirect
68
+ github.com/golang/protobuf v1.5.3 // indirect
69
+ github.com/golang/snappy v0.0.4 // indirect
70
+ github.com/google/go-containerregistry v0.19.0 // indirect
70
71
github.com/gorilla/mux v1.8.0 // indirect
71
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7 .0 // indirect
72
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
72
73
github.com/hashicorp/errwrap v1.1.0 // indirect
73
- github.com/hashicorp/go-hclog v1.4 .0 // indirect
74
+ github.com/hashicorp/go-hclog v1.5 .0 // indirect
74
75
github.com/hashicorp/hcl v1.0.0 // indirect
75
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
76
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
76
77
github.com/jeremywohl/flatten v1.0.1 // indirect
77
- github.com/klauspost/compress v1.15.12 // indirect
78
- github.com/klauspost/pgzip v1.2.5 // indirect
79
- github.com/kr/pretty v0.3.0 // indirect
80
- github.com/magefile/mage v1.14.0 // indirect
81
- github.com/magiconair/properties v1.8.1 // indirect
78
+ github.com/klauspost/compress v1.17.7 // indirect
79
+ github.com/klauspost/pgzip v1.2.6 // indirect
80
+ github.com/magefile/mage v1.15.0 // indirect
81
+ github.com/magiconair/properties v1.8.7 // indirect
82
82
github.com/mattn/go-colorable v0.1.13 // indirect
83
- github.com/mattn/go-isatty v0.0.17 // indirect
84
- github.com/mattn/go-runewidth v0.0.9 // indirect
83
+ github.com/mattn/go-isatty v0.0.19 // indirect
84
+ github.com/mattn/go-runewidth v0.0.14 // indirect
85
85
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
86
86
github.com/mholt/archiver/v3 v3.5.1 // indirect
87
- github.com/mikefarah/yq/v3 v3.0.0-20201020025845-ccb718cd0f59 // indirect
87
+ github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 // indirect
88
88
github.com/mitchellh/go-homedir v1.1.0 // indirect
89
89
github.com/mitchellh/mapstructure v1.5.0 // indirect
90
- github.com/mmcdole/gofeed v1.2.0 // indirect
91
- github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
92
- github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
90
+ github.com/mmcdole/gofeed v1.2.1 // indirect
91
+ github.com/mmcdole/goxpp v1.1.0 // indirect
92
+ github.com/moby/term v0.5.0 // indirect
93
93
github.com/morikuni/aec v1.0.0 // indirect
94
- github.com/nwaples/rardecode v1.1.0 // indirect
94
+ github.com/nwaples/rardecode v1.1.3 // indirect
95
95
github.com/oklog/ulid v1.3.1 // indirect
96
96
github.com/olekukonko/tablewriter v0.0.5 // indirect
97
97
github.com/opencontainers/go-digest v1.0.0 // indirect
98
- github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
98
+ github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
99
99
github.com/osteele/liquid v1.3.0 // indirect
100
100
github.com/osteele/tuesday v1.0.3 // indirect
101
101
github.com/pelletier/go-toml v1.9.5 // indirect
102
- github.com/pierrec/lz4/v4 v4.1.2 // indirect
102
+ github.com/pierrec/lz4/v4 v4.1.21 // indirect
103
103
github.com/pmezard/go-difflib v1.0.0 // indirect
104
- github.com/prometheus/client_golang v1.14 .0 // indirect
105
- github.com/prometheus/client_model v0.3 .0 // indirect
106
- github.com/prometheus/common v0.37 .0 // indirect
107
- github.com/prometheus/procfs v0.8 .0 // indirect
104
+ github.com/prometheus/client_golang v1.16 .0 // indirect
105
+ github.com/prometheus/client_model v0.4 .0 // indirect
106
+ github.com/prometheus/common v0.44 .0 // indirect
107
+ github.com/prometheus/procfs v0.11 .0 // indirect
108
108
github.com/qri-io/jsonpointer v0.1.1 // indirect
109
109
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
110
- github.com/rogpeppe/go-internal v1.8.1 // indirect
111
- github.com/sirupsen/logrus v1.9.0 // indirect
112
- github.com/smartystreets/assertions v1.0.0 // indirect
113
- github.com/spf13/afero v1.9.3 // indirect
114
- github.com/spf13/cast v1.3.1 // indirect
110
+ github.com/rivo/uniseg v0.4.4 // indirect
111
+ github.com/sergi/go-diff v1.2.0 // indirect
112
+ github.com/shopspring/decimal v1.3.1 // indirect
113
+ github.com/sirupsen/logrus v1.9.3 // indirect
114
+ github.com/spf13/afero v1.9.5 // indirect
115
+ github.com/spf13/cast v1.5.1 // indirect
115
116
github.com/spf13/jwalterweatherman v1.1.0 // indirect
116
117
github.com/spf13/pflag v1.0.5 // indirect
117
118
github.com/spf13/viper v1.14.0 // indirect
118
- github.com/subosito/gotenv v1.2.0 // indirect
119
+ github.com/subosito/gotenv v1.4.2 // indirect
119
120
github.com/tidwall/match v1.1.1 // indirect
120
- github.com/tidwall/pretty v1.2.0 // indirect
121
- github.com/ulikunitz/xz v0.5.10 // indirect
122
- github.com/vbatts/tar-split v0.11.2 // indirect
121
+ github.com/tidwall/pretty v1.2.1 // indirect
122
+ github.com/ulikunitz/xz v0.5.11 // indirect
123
+ github.com/vbatts/tar-split v0.11.3 // indirect
123
124
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
124
125
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
125
126
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
126
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.13 .0 // indirect
127
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.13 .0 // indirect
128
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.13 .0 // indirect
129
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.13 .0 // indirect
130
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.13 .0 // indirect
131
- go.opentelemetry.io/otel/sdk v1.13 .0 // indirect
132
- go.opentelemetry.io/otel/trace v1.13 .0 // indirect
133
- go.opentelemetry.io/proto/otlp v0.19 .0 // indirect
134
- go.uber.org/atomic v1.7 .0 // indirect
135
- go.uber.org/multierr v1.6 .0 // indirect
127
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19 .0 // indirect
128
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19 .0 // indirect
129
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19 .0 // indirect
130
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16 .0 // indirect
131
+ go.opentelemetry.io/otel/metric v1.19 .0 // indirect
132
+ go.opentelemetry.io/otel/sdk v1.19 .0 // indirect
133
+ go.opentelemetry.io/otel/trace v1.19 .0 // indirect
134
+ go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
135
+ go.uber.org/atomic v1.11 .0 // indirect
136
+ go.uber.org/multierr v1.11 .0 // indirect
136
137
go.uber.org/zap v1.24.0 // indirect
137
- golang.org/x/net v0.7 .0 // indirect
138
- golang.org/x/sync v0.1 .0 // indirect
139
- golang.org/x/sys v0.5 .0 // indirect
140
- golang.org/x/text v0.7 .0 // indirect
138
+ golang.org/x/net v0.19 .0 // indirect
139
+ golang.org/x/sync v0.5 .0 // indirect
140
+ golang.org/x/sys v0.15 .0 // indirect
141
+ golang.org/x/text v0.14 .0 // indirect
141
142
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
142
- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
143
- google.golang.org/grpc v1.53.0 // indirect
144
- google.golang.org/protobuf v1.28.1 // indirect
145
- gopkg.in/ini.v1 v1.56.0 // indirect
143
+ google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
144
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
145
+ google.golang.org/grpc v1.59.0 // indirect
146
+ google.golang.org/protobuf v1.31.0 // indirect
147
+ gopkg.in/ini.v1 v1.67.0 // indirect
146
148
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
147
149
gopkg.in/yaml.v3 v3.0.1 // indirect
148
150
)
0 commit comments