@@ -2,7 +2,7 @@ module github.com/pulumiverse/pulumi-matchbox/examples
2
2
3
3
go 1.21
4
4
5
- require github.com/pulumi/pulumi/pkg/v3 v3.116.1
5
+ require github.com/pulumi/pulumi/pkg/v3 v3.129.0
6
6
7
7
require (
8
8
cloud.google.com/go v0.112.1 // indirect
@@ -14,19 +14,18 @@ require (
14
14
cloud.google.com/go/longrunning v0.5.5 // indirect
15
15
cloud.google.com/go/storage v1.39.1 // indirect
16
16
dario.cat/mergo v1.0.0 // indirect
17
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 // indirect
18
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect
19
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
17
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
18
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
19
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
20
20
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
21
21
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
22
22
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
23
+ github.com/BurntSushi/toml v1.2.1 // indirect
23
24
github.com/Microsoft/go-winio v0.6.1 // indirect
24
25
github.com/ProtonMail/go-crypto v1.0.0 // indirect
25
26
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
26
27
github.com/agext/levenshtein v1.2.3 // indirect
27
28
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
28
- github.com/armon/go-metrics v0.4.0 // indirect
29
- github.com/armon/go-radix v1.0.0 // indirect
30
29
github.com/atotto/clipboard v0.1.4 // indirect
31
30
github.com/aws/aws-sdk-go v1.50.36 // indirect
32
31
github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect
@@ -47,7 +46,7 @@ require (
47
46
github.com/blang/semver v3.5.1+incompatible // indirect
48
47
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
49
48
github.com/charmbracelet/bubbles v0.16.1 // indirect
50
- github.com/charmbracelet/bubbletea v0.24.2 // indirect
49
+ github.com/charmbracelet/bubbletea v0.25.0 // indirect
51
50
github.com/charmbracelet/lipgloss v0.7.1 // indirect
52
51
github.com/cheggaaa/pb v1.0.29 // indirect
53
52
github.com/cloudflare/circl v1.3.7 // indirect
@@ -58,11 +57,11 @@ require (
58
57
github.com/djherbis/times v1.5.0 // indirect
59
58
github.com/edsrzf/mmap-go v1.1.0 // indirect
60
59
github.com/emirpasic/gods v1.18.1 // indirect
61
- github.com/fatih/color v1.15.0 // indirect
62
60
github.com/felixge/httpsnoop v1.0.4 // indirect
63
61
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
64
62
github.com/go-git/go-billy/v5 v5.5.0 // indirect
65
63
github.com/go-git/go-git/v5 v5.12.0 // indirect
64
+ github.com/go-jose/go-jose/v3 v3.0.3 // indirect
66
65
github.com/go-logr/logr v1.4.1 // indirect
67
66
github.com/go-logr/stdr v1.2.2 // indirect
68
67
github.com/gofrs/uuid v4.2.0+incompatible // indirect
@@ -71,7 +70,6 @@ require (
71
70
github.com/golang/glog v1.2.0 // indirect
72
71
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
73
72
github.com/golang/protobuf v1.5.4 // indirect
74
- github.com/golang/snappy v0.0.4 // indirect
75
73
github.com/google/go-querystring v1.1.0 // indirect
76
74
github.com/google/s2a-go v0.1.7 // indirect
77
75
github.com/google/uuid v1.6.0 // indirect
@@ -82,39 +80,28 @@ require (
82
80
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
83
81
github.com/hashicorp/errwrap v1.1.0 // indirect
84
82
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
85
- github.com/hashicorp/go-hclog v1.2.2 // indirect
86
- github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
87
83
github.com/hashicorp/go-multierror v1.1.1 // indirect
88
- github.com/hashicorp/go-plugin v1.4.6 // indirect
89
- github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
84
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
90
85
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
91
- github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
92
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
86
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
93
87
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
94
- github.com/hashicorp/go-sockaddr v1.0.2 // indirect
95
- github.com/hashicorp/go-uuid v1.0.3 // indirect
96
- github.com/hashicorp/go-version v1.6.0 // indirect
97
- github.com/hashicorp/golang-lru v0.5.4 // indirect
88
+ github.com/hashicorp/go-sockaddr v1.0.6 // indirect
98
89
github.com/hashicorp/hcl v1.0.0 // indirect
99
90
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
100
- github.com/hashicorp/vault/api v1.8.2 // indirect
101
- github.com/hashicorp/vault/sdk v0.6.1 // indirect
102
- github.com/hashicorp/yamux v0.1.1 // indirect
91
+ github.com/hashicorp/vault/api v1.12.0 // indirect
103
92
github.com/inconshreveable/mousetrap v1.1.0 // indirect
104
93
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
105
94
github.com/jmespath/go-jmespath v0.4.0 // indirect
106
95
github.com/json-iterator/go v1.1.12 // indirect
107
96
github.com/kevinburke/ssh_config v1.2.0 // indirect
108
97
github.com/kylelemons/godebug v1.1.0 // indirect
109
98
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
110
- github.com/mattn/go-colorable v0.1.13 // indirect
111
- github.com/mattn/go-isatty v0.0.19 // indirect
99
+ github.com/mattn/go-isatty v0.0.20 // indirect
112
100
github.com/mattn/go-localereader v0.0.1 // indirect
113
101
github.com/mattn/go-runewidth v0.0.15 // indirect
114
102
github.com/mitchellh/copystructure v1.2.0 // indirect
115
103
github.com/mitchellh/go-homedir v1.1.0 // indirect
116
104
github.com/mitchellh/go-ps v1.0.0 // indirect
117
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
118
105
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
119
106
github.com/mitchellh/mapstructure v1.5.0 // indirect
120
107
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -125,22 +112,20 @@ require (
125
112
github.com/muesli/reflow v0.3.0 // indirect
126
113
github.com/muesli/termenv v0.15.2 // indirect
127
114
github.com/natefinch/atomic v1.0.1 // indirect
128
- github.com/oklog/run v1.1.0 // indirect
129
115
github.com/opentracing/basictracer-go v1.1.0 // indirect
130
116
github.com/opentracing/opentracing-go v1.2.0 // indirect
131
117
github.com/pgavlin/fx v0.1.6 // indirect
132
118
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386 // indirect
133
- github.com/pierrec/lz4 v2.6.1+incompatible // indirect
134
119
github.com/pjbgf/sha1cd v0.3.0 // indirect
135
120
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
136
121
github.com/pkg/errors v0.9.1 // indirect
137
122
github.com/pkg/term v1.1.0 // indirect
138
123
github.com/pmezard/go-difflib v1.0.0 // indirect
139
124
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
140
- github.com/pulumi/esc v0.6.2 // indirect
141
- github.com/pulumi/pulumi/sdk/v3 v3.116.1 // indirect
125
+ github.com/pulumi/esc v0.9.1 // indirect
126
+ github.com/pulumi/pulumi/sdk/v3 v3.129.0 // indirect
142
127
github.com/rivo/uniseg v0.4.4 // indirect
143
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
128
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
144
129
github.com/ryanuber/go-glob v1.0.0 // indirect
145
130
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
146
131
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // indirect
@@ -168,18 +153,18 @@ require (
168
153
go.opentelemetry.io/otel/trace v1.24.0 // indirect
169
154
go.uber.org/atomic v1.9.0 // indirect
170
155
gocloud.dev v0.37.0 // indirect
171
- gocloud.dev/secrets/hashivault v0.27 .0 // indirect
172
- golang.org/x/crypto v0.22 .0 // indirect
173
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
174
- golang.org/x/mod v0.14 .0 // indirect
175
- golang.org/x/net v0.23 .0 // indirect
156
+ gocloud.dev/secrets/hashivault v0.37 .0 // indirect
157
+ golang.org/x/crypto v0.25 .0 // indirect
158
+ golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
159
+ golang.org/x/mod v0.18 .0 // indirect
160
+ golang.org/x/net v0.27 .0 // indirect
176
161
golang.org/x/oauth2 v0.18.0 // indirect
177
- golang.org/x/sync v0.6 .0 // indirect
178
- golang.org/x/sys v0.19 .0 // indirect
179
- golang.org/x/term v0.19 .0 // indirect
180
- golang.org/x/text v0.14 .0 // indirect
162
+ golang.org/x/sync v0.7 .0 // indirect
163
+ golang.org/x/sys v0.22 .0 // indirect
164
+ golang.org/x/term v0.22 .0 // indirect
165
+ golang.org/x/text v0.16 .0 // indirect
181
166
golang.org/x/time v0.5.0 // indirect
182
- golang.org/x/tools v0.17 .0 // indirect
167
+ golang.org/x/tools v0.22 .0 // indirect
183
168
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
184
169
google.golang.org/api v0.169.0 // indirect
185
170
google.golang.org/appengine v1.6.8 // indirect
@@ -188,7 +173,6 @@ require (
188
173
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
189
174
google.golang.org/grpc v1.63.2 // indirect
190
175
google.golang.org/protobuf v1.33.0 // indirect
191
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
192
176
gopkg.in/warnings.v0 v0.1.2 // indirect
193
177
gopkg.in/yaml.v3 v3.0.1 // indirect
194
178
lukechampine.com/frand v1.4.2 // indirect
0 commit comments