You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running the build example in README and it is failing due to a dependency error.
$ go install go.k6.io/xk6/cmd/xk6@latest
$ xk6 build --with github.com/grafana/xk6-kubernetes
2025/02/14 23:47:44 INFO Building k6
2025/02/14 23:47:44 INFO Building new k6 binary (native)
2025/02/14 23:47:44 INFO Initializing Go module
go: creating new go.mod: module k6
2025/02/14 23:47:44 INFO Creating k6 main
2025/02/14 23:47:44 INFO adding dependency go.k6.io/k6@latest
go: finding module for package gopkg.in/tomb.v1
go: finding module for package github.com/fsnotify/fsnotify
go: found gopkg.in/tomb.v1 in gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: found github.com/fsnotify/fsnotify in github.com/fsnotify/fsnotify v1.8.0
2025/02/14 23:47:44 INFO importing extensions
2025/02/14 23:47:44 INFO adding dependency github.com/grafana/xk6-kubernetes
go: finding module for package go.k6.io/k6/lib/testutils
go: k6 imports
github.com/grafana/xk6-kubernetes tested by
github.com/grafana/xk6-kubernetes.test imports
go.k6.io/k6/lib/testutils: module go.k6.io/k6@latest found (v0.57.0), but does not contain package go.k6.io/k6/lib/testutils
2025/02/14 23:47:45 INFO Cleaning up work directory /tmp/k6foundry588713455
2025/02/14 23:47:45 ERROR build error resolving dependency: executing go command: exit status 1
The text was updated successfully, but these errors were encountered:
I tried running the build example in README and it is failing due to a dependency error.
The text was updated successfully, but these errors were encountered: