-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
- Loading branch information
Showing
152 changed files
with
4,890 additions
and
2,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,95 +1,61 @@ | ||
module github.com/openfaas/faas-cli | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
github.com/alexellis/arkade v0.0.0-20240711135522-1219496595c0 | ||
github.com/alexellis/arkade v0.0.0-20241106114343-b0cf2fbdb998 | ||
github.com/alexellis/go-execute/v2 v2.2.1 | ||
github.com/alexellis/hmac v1.3.0 | ||
github.com/alexellis/hmac/v2 v2.0.0 | ||
github.com/bep/debounce v1.2.1 | ||
github.com/drone/envsubst v1.0.3 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/fsnotify/fsnotify v1.8.0 | ||
github.com/go-git/go-git/v5 v5.12.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/go-containerregistry v0.20.0 | ||
github.com/google/go-containerregistry v0.20.2 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/go-wordwrap v1.0.1 | ||
github.com/moby/term v0.5.0 | ||
github.com/morikuni/aec v1.0.0 | ||
github.com/openfaas/faas-provider v0.25.4 | ||
github.com/openfaas/faas/gateway v0.0.0-20240617105429-382626277920 | ||
github.com/openfaas/go-sdk v0.2.12 | ||
github.com/openfaas/faas/gateway v0.0.0-20241209094132-4e20249bc070 | ||
github.com/openfaas/go-sdk v0.2.14 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/ryanuber/go-glob v1.0.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/sync v0.10.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
dario.cat/mergo v1.0.0 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/ProtonMail/go-crypto v1.0.0 // indirect | ||
github.com/VividCortex/ewma v1.2.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cheggaaa/pb/v3 v3.1.5 // indirect | ||
github.com/cloudflare/circl v1.3.9 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect | ||
github.com/cyphar/filepath-securejoin v0.3.0 // indirect | ||
github.com/distribution/reference v0.6.0 // indirect | ||
github.com/docker/cli v27.0.3+incompatible // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect | ||
github.com/docker/cli v27.4.1+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker v27.0.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
github.com/go-git/go-billy/v5 v5.5.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/go-git/go-billy/v5 v5.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/magefile/mage v1.15.0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/nats-io/nats.go v1.36.0 // indirect | ||
github.com/nats-io/nkeys v0.4.7 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
github.com/nats-io/stan.go v0.10.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/openfaas/nats-queue-worker v0.0.0-20231219105451-b94918cb8a24 // indirect | ||
github.com/otiai10/copy v1.14.0 // indirect | ||
github.com/pjbgf/sha1cd v0.3.0 // indirect | ||
github.com/prometheus/client_golang v1.19.1 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect | ||
github.com/sethvargo/go-password v0.3.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/skeema/knownhosts v1.2.2 // indirect | ||
github.com/vbatts/tar-split v0.11.5 // indirect | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/mod v0.19.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/tools v0.23.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
github.com/stretchr/testify v1.10.0 // indirect | ||
github.com/vbatts/tar-split v0.11.6 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) |
Oops, something went wrong.