@@ -112,18 +112,18 @@ require (
112
112
github.com/go-ping/ping v1.1.0
113
113
github.com/go-playground/validator/v10 v10.19.0
114
114
github.com/gofrs/flock v0.8.1
115
- github.com/gohugoio/hugo v0.125.3
115
+ github.com/gohugoio/hugo v0.126.1
116
116
github.com/golang-jwt/jwt/v4 v4.5.0
117
117
github.com/golang-migrate/migrate/v4 v4.17.0
118
118
github.com/google/go-cmp v0.6.0
119
119
github.com/google/go-github/v43 v43.0.1-0.20220414155304-00e42332e405
120
120
github.com/google/uuid v1.6.0
121
121
github.com/hashicorp/go-multierror v1.1.1
122
122
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
123
- github.com/hashicorp/go-version v1.6 .0
124
- github.com/hashicorp/hc-install v0.6.3
123
+ github.com/hashicorp/go-version v1.7 .0
124
+ github.com/hashicorp/hc-install v0.7.0
125
125
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
126
- github.com/hashicorp/terraform-json v0.21.0
126
+ github.com/hashicorp/terraform-json v0.22.1
127
127
github.com/hashicorp/yamux v0.1.1
128
128
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
129
129
github.com/imulab/go-scim/pkg/v2 v2.2.0
@@ -160,7 +160,7 @@ require (
160
160
github.com/tidwall/gjson v1.17.0
161
161
github.com/u-root/u-root v0.14.0
162
162
github.com/unrolled/secure v1.14.0
163
- github.com/valyala/fasthttp v1.53 .0
163
+ github.com/valyala/fasthttp v1.54 .0
164
164
github.com/wagslane/go-password-validator v0.3.0
165
165
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
166
166
go.nhat.io/otelsql v0.13.0
@@ -170,7 +170,7 @@ require (
170
170
go.opentelemetry.io/otel/sdk v1.24.0
171
171
go.opentelemetry.io/otel/trace v1.24.0
172
172
go.uber.org/atomic v1.11.0
173
- go.uber.org/goleak v1.2.1
173
+ go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
174
174
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
175
175
golang.org/x/crypto v0.23.0
176
176
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
@@ -184,9 +184,9 @@ require (
184
184
golang.org/x/tools v0.21.0
185
185
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
186
186
google.golang.org/api v0.181.0
187
- google.golang.org/grpc v1.63.2
187
+ google.golang.org/grpc v1.64.0
188
188
google.golang.org/protobuf v1.34.1
189
- gopkg.in/DataDog/dd-trace-go.v1 v1.61 .0
189
+ gopkg.in/DataDog/dd-trace-go.v1 v1.64 .0
190
190
gopkg.in/natefinch/lumberjack.v2 v2.2.1
191
191
gopkg.in/yaml.v3 v3.0.1
192
192
gvisor.dev/gvisor v0.0.0-20240509041132-65b30f7869dc
@@ -207,7 +207,7 @@ require (
207
207
require (
208
208
cloud.google.com/go/auth v0.4.1 // indirect
209
209
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
210
- github.com/DataDog/go-libddwaf/v2 v2.3.1 // indirect
210
+ github.com/DataDog/go-libddwaf/v2 v2.4.2 // indirect
211
211
github.com/alecthomas/chroma/v2 v2.13.0 // indirect
212
212
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect
213
213
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
@@ -222,7 +222,7 @@ require (
222
222
cloud.google.com/go/longrunning v0.5.6 // indirect
223
223
filippo.io/edwards25519 v1.1.0 // indirect
224
224
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
225
- github.com/DataDog/appsec-internal-go v1.4.1 // indirect
225
+ github.com/DataDog/appsec-internal-go v1.5.0 // indirect
226
226
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
227
227
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
228
228
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
@@ -233,15 +233,15 @@ require (
233
233
github.com/Microsoft/go-winio v0.6.1 // indirect
234
234
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
235
235
github.com/OneOfOne/xxhash v1.2.8 // indirect
236
- github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
236
+ github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
237
237
github.com/agext/levenshtein v1.2.3 // indirect
238
238
github.com/agnivade/levenshtein v1.1.1 // indirect
239
239
github.com/akutz/memconn v0.1.0 // indirect
240
240
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
241
241
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
242
242
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
243
243
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c // indirect
244
- github.com/aws/aws-sdk-go-v2 v1.26.1
244
+ github.com/aws/aws-sdk-go-v2 v1.27.0
245
245
github.com/aws/aws-sdk-go-v2/config v1.27.7
246
246
github.com/aws/aws-sdk-go-v2/credentials v1.17.7 // indirect
247
247
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.3 // indirect
@@ -357,7 +357,7 @@ require (
357
357
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
358
358
github.com/opencontainers/runc v1.1.12 // indirect
359
359
github.com/outcaste-io/ristretto v0.2.3 // indirect
360
- github.com/pelletier/go-toml/v2 v2.2.1 // indirect
360
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
361
361
github.com/philhofer/fwd v1.1.2 // indirect
362
362
github.com/pierrec/lz4/v4 v4.1.18 // indirect
363
363
github.com/pkg/errors v0.9.1 // indirect
@@ -381,7 +381,7 @@ require (
381
381
github.com/tailscale/wireguard-go v0.0.0-20231121184858-cc193a0b3272
382
382
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
383
383
github.com/tcnksm/go-httpstat v0.2.0 // indirect
384
- github.com/tdewolff/parse/v2 v2.7.12 // indirect
384
+ github.com/tdewolff/parse/v2 v2.7.13 // indirect
385
385
github.com/tidwall/match v1.1.1 // indirect
386
386
github.com/tidwall/pretty v1.2.1 // indirect
387
387
github.com/tinylib/msgp v1.1.8 // indirect
@@ -399,7 +399,7 @@ require (
399
399
github.com/yashtewari/glob-intersection v0.2.0 // indirect
400
400
github.com/yuin/goldmark v1.7.1 // indirect
401
401
github.com/yuin/goldmark-emoji v1.0.2 // indirect
402
- github.com/zclconf/go-cty v1.14.1
402
+ github.com/zclconf/go-cty v1.14.4
403
403
github.com/zeebo/errs v1.3.0 // indirect
404
404
go.opencensus.io v0.24.0 // indirect
405
405
go.opentelemetry.io/contrib v1.19.0 // indirect
0 commit comments