mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module github.com/openfaas/faas/gateway
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/docker/distribution v2.8.3+incompatible
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/openfaas/faas-provider v0.25.4
|
|
github.com/openfaas/nats-queue-worker v0.0.0-20231219105451-b94918cb8a24
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/prometheus/client_model v0.6.1
|
|
go.uber.org/goleak v1.3.0
|
|
golang.org/x/sync v0.10.0
|
|
)
|
|
|
|
// replace github.com/openfaas/faas-provider => ../../faas-provider
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
|
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
|
|
github.com/hashicorp/raft v1.7.1 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/minio/highwayhash v1.0.3 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nats-io/jwt/v2 v2.7.2 // indirect
|
|
github.com/nats-io/nats.go v1.37.0 // indirect
|
|
github.com/nats-io/nkeys v0.4.8 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/nats-io/stan.go v0.10.4 // indirect
|
|
github.com/prometheus/common v0.61.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
go.etcd.io/bbolt v1.3.11 // indirect
|
|
golang.org/x/crypto v0.30.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
|
)
|