1
1
module github.com/pulumi/pulumi-fastly/examples/v7
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
- require github.com/pulumi/pulumi/pkg/v3 v3.145.0
5
+ toolchain go1.22.11
6
+
7
+ require github.com/pulumi/pulumi/pkg/v3 v3.147.0
6
8
7
9
require (
8
10
cloud.google.com/go v0.112.1 // indirect
@@ -21,7 +23,7 @@ require (
21
23
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
22
24
github.com/BurntSushi/toml v1.2.1 // indirect
23
25
github.com/Microsoft/go-winio v0.6.1 // indirect
24
- github.com/ProtonMail/go-crypto v1.0.0 // indirect
26
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
25
27
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
26
28
github.com/agext/levenshtein v1.2.3 // indirect
27
29
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
@@ -51,16 +53,16 @@ require (
51
53
github.com/cheggaaa/pb v1.0.29 // indirect
52
54
github.com/cloudflare/circl v1.3.7 // indirect
53
55
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
54
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
56
+ github.com/cyphar/filepath-securejoin v0.3.6 // indirect
55
57
github.com/davecgh/go-spew v1.1.1 // indirect
56
58
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
57
59
github.com/djherbis/times v1.5.0 // indirect
58
60
github.com/edsrzf/mmap-go v1.1.0 // indirect
59
61
github.com/emirpasic/gods v1.18.1 // indirect
60
62
github.com/felixge/httpsnoop v1.0.4 // indirect
61
63
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
62
- github.com/go-git/go-billy/v5 v5.5.0 // indirect
63
- github.com/go-git/go-git/v5 v5.12.0 // indirect
64
+ github.com/go-git/go-billy/v5 v5.6.1 // indirect
65
+ github.com/go-git/go-git/v5 v5.13.1 // indirect
64
66
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
65
67
github.com/go-logr/logr v1.4.1 // indirect
66
68
github.com/go-logr/stdr v1.2.2 // indirect
@@ -123,7 +125,7 @@ require (
123
125
github.com/pmezard/go-difflib v1.0.0 // indirect
124
126
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
125
127
github.com/pulumi/esc v0.10.0 // indirect
126
- github.com/pulumi/pulumi/sdk/v3 v3.145 .0 // indirect
128
+ github.com/pulumi/pulumi/sdk/v3 v3.147 .0 // indirect
127
129
github.com/rivo/uniseg v0.4.4 // indirect
128
130
github.com/rogpeppe/go-internal v1.12.0 // indirect
129
131
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -132,10 +134,10 @@ require (
132
134
github.com/segmentio/asm v1.1.3 // indirect
133
135
github.com/segmentio/encoding v0.3.5 // indirect
134
136
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
135
- github.com/skeema/knownhosts v1.2.2 // indirect
137
+ github.com/skeema/knownhosts v1.3.0 // indirect
136
138
github.com/spf13/cobra v1.8.0 // indirect
137
139
github.com/spf13/pflag v1.0.5 // indirect
138
- github.com/stretchr/testify v1.9 .0 // indirect
140
+ github.com/stretchr/testify v1.10 .0 // indirect
139
141
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
140
142
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
141
143
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
@@ -154,16 +156,16 @@ require (
154
156
gocloud.dev v0.37.0 // indirect
155
157
gocloud.dev/secrets/hashivault v0.37.0 // indirect
156
158
golang.org/x/crypto v0.31.0 // indirect
157
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
158
- golang.org/x/mod v0.18 .0 // indirect
159
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
160
+ golang.org/x/mod v0.19 .0 // indirect
159
161
golang.org/x/net v0.33.0 // indirect
160
162
golang.org/x/oauth2 v0.22.0 // indirect
161
163
golang.org/x/sync v0.10.0 // indirect
162
164
golang.org/x/sys v0.28.0 // indirect
163
165
golang.org/x/term v0.27.0 // indirect
164
166
golang.org/x/text v0.21.0 // indirect
165
167
golang.org/x/time v0.5.0 // indirect
166
- golang.org/x/tools v0.22 .0 // indirect
168
+ golang.org/x/tools v0.23 .0 // indirect
167
169
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
168
170
google.golang.org/api v0.169.0 // indirect
169
171
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
0 commit comments