-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from grafana/48-use-command-from-k6exec
use command from k6exec
- Loading branch information
Showing
8 changed files
with
57 additions
and
466 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
module github.com/grafana/k6x | ||
|
||
go 1.22.2 | ||
go 1.22.4 | ||
|
||
require ( | ||
github.com/briandowns/spinner v1.23.1 | ||
github.com/fatih/color v1.17.0 | ||
github.com/grafana/clireadme v0.1.0 | ||
github.com/grafana/k6deps v0.1.2 | ||
github.com/grafana/k6exec v0.1.1 | ||
github.com/samber/slog-logrus/v2 v2.3.0 | ||
github.com/grafana/k6exec v0.1.4 | ||
github.com/samber/slog-logrus/v2 v2.5.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.1 | ||
golang.org/x/term v0.21.0 | ||
golang.org/x/term v0.22.0 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/adrg/xdg v0.4.0 // indirect | ||
github.com/adrg/xdg v0.5.0 // indirect | ||
github.com/evanw/esbuild v0.21.5 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/grafana/k6build v0.2.0 // indirect | ||
github.com/grafana/k6build v0.2.3 // indirect | ||
github.com/grafana/k6catalog v0.1.0 // indirect | ||
github.com/grafana/k6foundry v0.1.3 // indirect | ||
github.com/grafana/k6deps v0.1.3 // indirect | ||
github.com/grafana/k6foundry v0.2.0 // indirect | ||
github.com/grafana/k6pack v0.2.1 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/samber/lo v1.38.1 // indirect | ||
github.com/samber/slog-common v0.16.0 // indirect | ||
github.com/samber/lo v1.44.0 // indirect | ||
github.com/samber/slog-common v0.17.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
) |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.