Skip to content

Commit ab2c34b

Browse files
committed
Update vendor
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent cfcd4f0 commit ab2c34b

File tree

268 files changed

+37228
-2993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+37228
-2993
lines changed

gateway/go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/gorilla/mux v1.8.1
88
github.com/openfaas/faas-provider v0.25.4
99
github.com/openfaas/nats-queue-worker v0.0.0-20231219105451-b94918cb8a24
10-
github.com/prometheus/client_golang v1.19.1
10+
github.com/prometheus/client_golang v1.20.5
1111
github.com/prometheus/client_model v0.6.1
1212
go.uber.org/goleak v1.3.0
13-
golang.org/x/sync v0.7.0
13+
golang.org/x/sync v0.9.0
1414
)
1515

1616
// replace github.com/openfaas/faas-provider => ../../faas-provider
@@ -22,19 +22,19 @@ require (
2222
github.com/hashicorp/go-hclog v1.6.3 // indirect
2323
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
2424
github.com/hashicorp/raft v1.7.0 // indirect
25-
github.com/klauspost/compress v1.17.9 // indirect
25+
github.com/klauspost/compress v1.17.11 // indirect
2626
github.com/minio/highwayhash v1.0.3 // indirect
2727
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2828
github.com/nats-io/jwt/v2 v2.5.8 // indirect
29-
github.com/nats-io/nats.go v1.36.0 // indirect
29+
github.com/nats-io/nats.go v1.37.0 // indirect
3030
github.com/nats-io/nkeys v0.4.7 // indirect
3131
github.com/nats-io/nuid v1.0.1 // indirect
3232
github.com/nats-io/stan.go v0.10.4 // indirect
33-
github.com/prometheus/common v0.55.0 // indirect
33+
github.com/prometheus/common v0.60.1 // indirect
3434
github.com/prometheus/procfs v0.15.1 // indirect
3535
go.etcd.io/bbolt v1.3.10 // indirect
36-
golang.org/x/crypto v0.25.0 // indirect
37-
golang.org/x/sys v0.22.0 // indirect
36+
golang.org/x/crypto v0.29.0 // indirect
37+
golang.org/x/sys v0.27.0 // indirect
3838
golang.org/x/time v0.5.0 // indirect
39-
google.golang.org/protobuf v1.34.2 // indirect
39+
google.golang.org/protobuf v1.35.2 // indirect
4040
)

gateway/go.sum

+105
Large diffs are not rendered by default.

gateway/vendor/github.com/klauspost/compress/.gitattributes

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/.gitignore

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/.goreleaser.yml

+123
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/README.md

+721
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/SECURITY.md

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/compressible.go

+85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gateway/vendor/github.com/klauspost/compress/flate/deflate.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)