envd 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of envd might be problematic. Click here for more details.
- envd-1.2.1/.GIT_TAG_INFO +1 -0
- {envd-1.2.0 → envd-1.2.1}/.gitignore +1 -0
- envd-1.2.1/.golangci.yml +53 -0
- {envd-1.2.0 → envd-1.2.1}/PKG-INFO +1 -1
- {envd-1.2.0 → envd-1.2.1}/envd/api/v1/install.py +16 -0
- {envd-1.2.0 → envd-1.2.1}/envd.egg-info/PKG-INFO +1 -1
- {envd-1.2.0 → envd-1.2.1}/envd.egg-info/SOURCES.txt +2 -0
- {envd-1.2.0 → envd-1.2.1}/go.mod +99 -94
- {envd-1.2.0 → envd-1.2.1}/go.sum +219 -203
- {envd-1.2.0 → envd-1.2.1}/pkg/app/context_ls.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/app/env_describe.go +5 -2
- {envd-1.2.0 → envd-1.2.1}/pkg/app/env_ls.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/table/context.go +9 -18
- envd-1.2.1/pkg/app/formatter/table/env.go +141 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/table/image.go +9 -18
- {envd-1.2.0 → envd-1.2.1}/pkg/app/image.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/app/image_describe.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/app/image_prune.go +11 -19
- {envd-1.2.0 → envd-1.2.1}/pkg/app/image_prune_test.go +4 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/app/init.go +4 -4
- {envd-1.2.0 → envd-1.2.1}/pkg/app/run.go +3 -2
- envd-1.2.1/pkg/app/template/pixi.envd +4 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/docker/docker.go +17 -20
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/nerdctl/nerdctl.go +13 -17
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/docker.go +3 -2
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/install/const.go +1 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/install/install.go +16 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/types.go +5 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/interface.go +12 -0
- envd-1.2.1/pkg/lang/ir/v1/pixi.go +88 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/shell.go +41 -11
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/system.go +4 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/types.go +1 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/uv.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progressui/display.go +1 -1
- {envd-1.2.0 → envd-1.2.1}/pkg/remote/sshd/sshd.go +4 -4
- envd-1.2.0/.GIT_TAG_INFO +0 -1
- envd-1.2.0/.golangci.yml +0 -26
- envd-1.2.0/pkg/app/formatter/table/env.go +0 -116
- {envd-1.2.0 → envd-1.2.1}/.all-contributorsrc +0 -0
- {envd-1.2.0 → envd-1.2.1}/.editorconfig +0 -0
- {envd-1.2.0 → envd-1.2.1}/.goreleaser.yaml +0 -0
- {envd-1.2.0 → envd-1.2.1}/.lycheeignore +0 -0
- {envd-1.2.0 → envd-1.2.1}/.pre-commit-config.yaml +0 -0
- {envd-1.2.0 → envd-1.2.1}/.vscode/launch.json +0 -0
- {envd-1.2.0 → envd-1.2.1}/CHANGELOG.md +0 -0
- {envd-1.2.0 → envd-1.2.1}/CODEOWNERS +0 -0
- {envd-1.2.0 → envd-1.2.1}/CODE_OF_CONDUCT.md +0 -0
- {envd-1.2.0 → envd-1.2.1}/LICENSE +0 -0
- {envd-1.2.0 → envd-1.2.1}/MANIFEST.in +0 -0
- {envd-1.2.0 → envd-1.2.1}/Makefile +0 -0
- {envd-1.2.0 → envd-1.2.1}/OWNERS +0 -0
- {envd-1.2.0 → envd-1.2.1}/README.md +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/envd/build.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/envd/envd-daemonless.Dockerfile +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/envd/envd.Dockerfile +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/envd-sshd/envd-sshd.Dockerfile +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/envd-starship/envd-starship.Dockerfile +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/remote-cache/build-and-push-remote-cache.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/base-images/remote-cache/build.envd +0 -0
- {envd-1.2.0 → envd-1.2.1}/cmd/envd/main.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/cmd/envd-sshd/main.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v0/__init__.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v0/config.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v0/install.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v0/io.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v0/runtime.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v1/__init__.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v1/config.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v1/io.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api/v1/runtime.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd/api.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd.egg-info/dependency_links.txt +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd.egg-info/not-zip-safe +0 -0
- {envd-1.2.0 → envd-1.2.1}/envd.egg-info/top_level.txt +0 -0
- {envd-1.2.0 → envd-1.2.1}/lychee.toml +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/app.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/bootstrap.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/build/build.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/build.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/completion.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/context.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/context_create.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/context_rm.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/context_use.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/debug.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/debug_llb.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/destroy.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/env.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/exec.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/data.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/json/context.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/json/env.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/json/image.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/json/print.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/json/version.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/formatter/table/version.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/image_remove.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/interactive.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/login.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/new.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/pause.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/prune.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/reference.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/resume.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/telemetry/reporter.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/template/conda.envd +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/template/torch.envd +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/template/uv.envd +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/top.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/up.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/app/version.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/autocomplete/bash.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/autocomplete/fish.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/autocomplete/zsh.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/build.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/build_func.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/builder.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/builder_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/builder_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/dep_check.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/err.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/types.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/builder/util_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/buildkitd/buildkitd.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/buildkitd/mock/mock.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/buildkitd/print.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/config/config.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/data/datasource.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/data/envd.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/client.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/docker/docker_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/docker/docker_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/docker/label.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/nerdctl/buildkit.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/driver/stats_type.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/editor/vscode/types.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/editor/vscode/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/editor/vscode/vscode.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/editor/vscode/vscode_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/editor/vscode/vscode_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/docker_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/engine.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/envdserver.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/factory.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/envd/types.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/flag/consts.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/auth.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/auth_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/cache.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/config.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/context.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/context_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/data.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/home_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/manager.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/home/manager_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/interpreter.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/mock/mock.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/builtin/builtin.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/config/config.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/config/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/data/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/data/rule.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/data/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/interpreter.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/interpreter_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/io/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/io/io.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/runtime/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/runtime/runtime.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/starlark_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/testdata/test.envd +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/universe/const.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/frontend/starlark/v1/universe/universe.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/graph.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/cache.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/checker.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/compile.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/conda.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/consts.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/editor.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/editor_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/fs.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/get_conda.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/git.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/install_conda.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/julia.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/julia.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/python.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/r.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/supervisor.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/user.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/ir/v1/util_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/lang/version/version.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/metrics/collector.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/metrics/docker_collector.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/metrics/helper.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/metrics/model.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/metrics/widget.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/display.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/mock/mock.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/term.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/term_windows.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/trace.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/compileui/types.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/mode/mode.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progressui/display_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progressui/printer.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progressui/term.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progressui/term_windows.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progresswriter/printer.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/progress/progresswriter/writer.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/remote/sshd/os.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/shell/install.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/shell/zsh.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/shell/zsh_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/shell/zsh_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/shell/zshrc +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/config/entry.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/config/key.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/config/ssh_config.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/config/ssh_config_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/config/ssh_config_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/copy.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/ssh/ssh.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/client.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/config.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/device.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/event.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/file.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/folder.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/install.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/syncthing.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/syncthing_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/syncthing/util.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/types/container.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/types/envd.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/types/label.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/types/types_suite_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/buildkitutil/buildkit.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/buildkitutil/buildkit_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/envutil/env.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/envutil/env_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/fileutil/file.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/fileutil/file_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/fileutil/namegenerator.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/netutil/netutil.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/netutil/netutil_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/osutil/wsl.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/runtimeutil/runtimeutil.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/starlarkutil/stringslice.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/starlarkutil/stringslice_test.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/util/ziputil/unzip.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pkg/version/version.go +0 -0
- {envd-1.2.0 → envd-1.2.1}/pyproject.toml +0 -0
- {envd-1.2.0 → envd-1.2.1}/scripts/envd-daemonless.sh +0 -0
- {envd-1.2.0 → envd-1.2.1}/setup.cfg +0 -0
- {envd-1.2.0 → envd-1.2.1}/setup.py +0 -0
- {envd-1.2.0 → envd-1.2.1}/typos.toml +0 -0
envd-1.2.1/.GIT_TAG_INFO
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.2.1
|
envd-1.2.1/.golangci.yml
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
version: "2"
|
|
2
|
+
linters:
|
|
3
|
+
enable:
|
|
4
|
+
- staticcheck
|
|
5
|
+
- bodyclose
|
|
6
|
+
- copyloopvar
|
|
7
|
+
- errorlint
|
|
8
|
+
- misspell
|
|
9
|
+
- revive
|
|
10
|
+
- sqlclosecheck
|
|
11
|
+
- unconvert
|
|
12
|
+
- unparam
|
|
13
|
+
settings:
|
|
14
|
+
revive:
|
|
15
|
+
rules:
|
|
16
|
+
- name: indent-error-flow
|
|
17
|
+
staticcheck:
|
|
18
|
+
checks:
|
|
19
|
+
- all
|
|
20
|
+
- -ST1000
|
|
21
|
+
- -ST1003
|
|
22
|
+
- -ST1016
|
|
23
|
+
- -ST1020
|
|
24
|
+
- -ST1021
|
|
25
|
+
- -ST1022
|
|
26
|
+
- -QF1001
|
|
27
|
+
- -QF1007
|
|
28
|
+
- -QF1008
|
|
29
|
+
exclusions:
|
|
30
|
+
generated: lax
|
|
31
|
+
presets:
|
|
32
|
+
- comments
|
|
33
|
+
- common-false-positives
|
|
34
|
+
- legacy
|
|
35
|
+
- std-error-handling
|
|
36
|
+
paths:
|
|
37
|
+
- third_party$
|
|
38
|
+
- builtin$
|
|
39
|
+
- examples$
|
|
40
|
+
formatters:
|
|
41
|
+
enable:
|
|
42
|
+
- gofmt
|
|
43
|
+
- goimports
|
|
44
|
+
settings:
|
|
45
|
+
goimports:
|
|
46
|
+
local-prefixes:
|
|
47
|
+
- github.com/tensorchord/envd/
|
|
48
|
+
exclusions:
|
|
49
|
+
generated: lax
|
|
50
|
+
paths:
|
|
51
|
+
- third_party$
|
|
52
|
+
- builtin$
|
|
53
|
+
- examples$
|
|
@@ -43,6 +43,22 @@ def conda(use_mamba: bool = False):
|
|
|
43
43
|
"""
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
def pixi(use_pixi_mirror: bool = False, pypi_index: Optional[str] = None):
|
|
47
|
+
"""Install Pixi (https://github.com/prefix-dev/pixi).
|
|
48
|
+
|
|
49
|
+
`pixi` is an alternative to `conda` that is written in Rust and provides faster
|
|
50
|
+
dependency resolution and installation. It also simplify the project management.
|
|
51
|
+
|
|
52
|
+
This doesn't support installing Python packages through `install.python_packages`
|
|
53
|
+
because that part should be managed by `pixi`. You can run `pixi shell` in the
|
|
54
|
+
`envd` environment to sync all the dependencies.
|
|
55
|
+
|
|
56
|
+
Args:
|
|
57
|
+
use_pixi_mirror (bool): use pixi mirror
|
|
58
|
+
pypi_index (Optional[str]): customize pypi index url
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
|
|
46
62
|
def uv(python_version: str = "3.11"):
|
|
47
63
|
"""Install UV (an extremely fast Python package and project manager).
|
|
48
64
|
|
|
@@ -93,6 +93,7 @@ pkg/app/formatter/table/image.go
|
|
|
93
93
|
pkg/app/formatter/table/version.go
|
|
94
94
|
pkg/app/telemetry/reporter.go
|
|
95
95
|
pkg/app/template/conda.envd
|
|
96
|
+
pkg/app/template/pixi.envd
|
|
96
97
|
pkg/app/template/torch.envd
|
|
97
98
|
pkg/app/template/uv.envd
|
|
98
99
|
pkg/autocomplete/bash.go
|
|
@@ -181,6 +182,7 @@ pkg/lang/ir/v1/install_conda.sh
|
|
|
181
182
|
pkg/lang/ir/v1/interface.go
|
|
182
183
|
pkg/lang/ir/v1/julia.go
|
|
183
184
|
pkg/lang/ir/v1/julia.sh
|
|
185
|
+
pkg/lang/ir/v1/pixi.go
|
|
184
186
|
pkg/lang/ir/v1/python.go
|
|
185
187
|
pkg/lang/ir/v1/r.go
|
|
186
188
|
pkg/lang/ir/v1/shell.go
|
{envd-1.2.0 → envd-1.2.1}/go.mod
RENAMED
|
@@ -1,129 +1,133 @@
|
|
|
1
1
|
module github.com/tensorchord/envd
|
|
2
2
|
|
|
3
|
-
go 1.
|
|
3
|
+
go 1.24
|
|
4
4
|
|
|
5
|
-
toolchain go1.
|
|
5
|
+
toolchain go1.24.2
|
|
6
6
|
|
|
7
7
|
require (
|
|
8
8
|
github.com/Pallinder/go-randomdata v1.2.0
|
|
9
9
|
github.com/bcicen/ctop v0.7.7
|
|
10
|
-
github.com/charmbracelet/bubbletea v1.3.
|
|
11
|
-
github.com/charmbracelet/lipgloss v1.
|
|
12
|
-
github.com/cockroachdb/errors v1.
|
|
13
|
-
github.com/containerd/console v1.0.
|
|
10
|
+
github.com/charmbracelet/bubbletea v1.3.5
|
|
11
|
+
github.com/charmbracelet/lipgloss v1.1.0
|
|
12
|
+
github.com/cockroachdb/errors v1.12.0
|
|
13
|
+
github.com/containerd/console v1.0.5
|
|
14
|
+
github.com/containerd/errdefs v1.0.0
|
|
14
15
|
github.com/containerd/log v0.1.0
|
|
15
|
-
github.com/containers/image/v5 v5.
|
|
16
|
+
github.com/containers/image/v5 v5.35.0
|
|
16
17
|
github.com/creack/pty v1.1.24
|
|
17
|
-
github.com/docker/cli v28.
|
|
18
|
-
github.com/docker/docker v28.
|
|
18
|
+
github.com/docker/cli v28.2.2+incompatible
|
|
19
|
+
github.com/docker/docker v28.2.2+incompatible
|
|
19
20
|
github.com/docker/go-connections v0.5.0
|
|
20
21
|
github.com/docker/go-units v0.5.0
|
|
21
22
|
github.com/gizak/termui/v3 v3.1.0
|
|
22
23
|
github.com/gliderlabs/ssh v0.3.8
|
|
23
|
-
github.com/go-git/go-git/v5 v5.
|
|
24
|
+
github.com/go-git/go-git/v5 v5.16.0
|
|
24
25
|
github.com/golang/mock v1.6.0
|
|
25
26
|
github.com/google/uuid v1.6.0
|
|
26
27
|
github.com/hashicorp/go-getter v1.7.8
|
|
27
28
|
github.com/mattn/go-isatty v0.0.20
|
|
28
|
-
github.com/moby/buildkit v0.
|
|
29
|
+
github.com/moby/buildkit v0.22.0
|
|
29
30
|
github.com/moby/term v0.5.2
|
|
30
31
|
github.com/morikuni/aec v1.0.0
|
|
31
|
-
github.com/olekukonko/tablewriter
|
|
32
|
-
github.com/onsi/ginkgo/v2 v2.
|
|
33
|
-
github.com/onsi/gomega v1.36.
|
|
32
|
+
github.com/olekukonko/tablewriter v1.0.7
|
|
33
|
+
github.com/onsi/ginkgo/v2 v2.23.4
|
|
34
|
+
github.com/onsi/gomega v1.36.3
|
|
34
35
|
github.com/opencontainers/go-digest v1.0.0
|
|
35
36
|
github.com/opencontainers/image-spec v1.1.1
|
|
36
37
|
github.com/pkg/errors v0.9.1
|
|
37
|
-
github.com/pkg/sftp v1.13.
|
|
38
|
+
github.com/pkg/sftp v1.13.9
|
|
38
39
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
39
40
|
github.com/segmentio/analytics-go/v3 v3.3.0
|
|
40
41
|
github.com/sirupsen/logrus v1.9.3
|
|
41
|
-
github.com/spf13/viper v1.
|
|
42
|
+
github.com/spf13/viper v1.20.1
|
|
42
43
|
github.com/stretchr/testify v1.10.0
|
|
43
|
-
github.com/syncthing/syncthing v1.29.
|
|
44
|
+
github.com/syncthing/syncthing v1.29.6
|
|
44
45
|
github.com/tensorchord/envd-server v0.0.27
|
|
45
46
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
|
|
46
47
|
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
|
|
47
48
|
github.com/urfave/cli/v2 v2.27.6
|
|
48
|
-
go.starlark.net v0.0.0-
|
|
49
|
-
golang.org/x/crypto v0.
|
|
50
|
-
golang.org/x/sync v0.
|
|
51
|
-
golang.org/x/term v0.
|
|
49
|
+
go.starlark.net v0.0.0-20250530210732-c81913c6f2e2
|
|
50
|
+
golang.org/x/crypto v0.38.0
|
|
51
|
+
golang.org/x/sync v0.14.0
|
|
52
|
+
golang.org/x/term v0.32.0
|
|
52
53
|
golang.org/x/time v0.11.0
|
|
53
54
|
)
|
|
54
55
|
|
|
55
56
|
require (
|
|
56
|
-
cel.dev/expr v0.
|
|
57
|
-
cloud.google.com/go v0.
|
|
58
|
-
cloud.google.com/go/auth v0.
|
|
59
|
-
cloud.google.com/go/auth/oauth2adapt v0.2.
|
|
60
|
-
cloud.google.com/go/compute/metadata v0.
|
|
61
|
-
cloud.google.com/go/iam v1.
|
|
62
|
-
cloud.google.com/go/monitoring v1.24.
|
|
63
|
-
cloud.google.com/go/storage v1.
|
|
64
|
-
dario.cat/mergo v1.0.
|
|
65
|
-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
|
|
57
|
+
cel.dev/expr v0.24.0 // indirect
|
|
58
|
+
cloud.google.com/go v0.121.2 // indirect
|
|
59
|
+
cloud.google.com/go/auth v0.16.1 // indirect
|
|
60
|
+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
61
|
+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
|
|
62
|
+
cloud.google.com/go/iam v1.5.2 // indirect
|
|
63
|
+
cloud.google.com/go/monitoring v1.24.2 // indirect
|
|
64
|
+
cloud.google.com/go/storage v1.55.0 // indirect
|
|
65
|
+
dario.cat/mergo v1.0.2 // indirect
|
|
66
66
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
|
67
|
-
github.com/BurntSushi/toml v1.
|
|
68
|
-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.
|
|
69
|
-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.
|
|
70
|
-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.
|
|
67
|
+
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
68
|
+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
|
|
69
|
+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0 // indirect
|
|
70
|
+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
|
|
71
71
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
72
|
-
github.com/ProtonMail/go-crypto v1.
|
|
72
|
+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
73
73
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
74
|
-
github.com/aws/aws-sdk-go v1.55.
|
|
74
|
+
github.com/aws/aws-sdk-go v1.55.7 // indirect
|
|
75
75
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
76
76
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
77
77
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
78
78
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
79
|
-
github.com/charmbracelet/
|
|
79
|
+
github.com/charmbracelet/colorprofile v0.3.1 // indirect
|
|
80
|
+
github.com/charmbracelet/x/ansi v0.9.2 // indirect
|
|
81
|
+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
80
82
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
81
|
-
github.com/cloudflare/circl v1.6.
|
|
82
|
-
github.com/cncf/xds/go v0.0.0-
|
|
83
|
+
github.com/cloudflare/circl v1.6.1 // indirect
|
|
84
|
+
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
|
|
83
85
|
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
|
|
84
86
|
github.com/cockroachdb/redact v1.1.6 // indirect
|
|
85
|
-
github.com/containerd/containerd/api v1.
|
|
86
|
-
github.com/containerd/containerd/v2 v2.
|
|
87
|
+
github.com/containerd/containerd/api v1.9.0 // indirect
|
|
88
|
+
github.com/containerd/containerd/v2 v2.1.1 // indirect
|
|
87
89
|
github.com/containerd/continuity v0.4.5 // indirect
|
|
88
|
-
github.com/containerd/errdefs v1.0.0 // indirect
|
|
89
90
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
90
91
|
github.com/containerd/platforms v1.0.0-rc.1 // indirect
|
|
91
92
|
github.com/containerd/ttrpc v1.2.7 // indirect
|
|
92
93
|
github.com/containerd/typeurl/v2 v2.2.3 // indirect
|
|
93
94
|
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
|
|
94
95
|
github.com/containers/ocicrypt v1.2.1 // indirect
|
|
95
|
-
github.com/containers/storage v1.
|
|
96
|
-
github.com/cpuguy83/go-md2man/v2 v2.0.
|
|
96
|
+
github.com/containers/storage v1.58.0 // indirect
|
|
97
|
+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
97
98
|
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
|
|
98
99
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
99
100
|
github.com/distribution/reference v0.6.0 // indirect
|
|
100
101
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
|
101
|
-
github.com/docker/docker-credential-helpers v0.9.
|
|
102
|
-
github.com/ebitengine/purego v0.8.
|
|
102
|
+
github.com/docker/docker-credential-helpers v0.9.3 // indirect
|
|
103
|
+
github.com/ebitengine/purego v0.8.4 // indirect
|
|
103
104
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
104
105
|
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
|
|
105
106
|
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
|
|
106
107
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
108
|
+
github.com/fatih/color v1.18.0 // indirect
|
|
107
109
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
108
|
-
github.com/fsnotify/fsnotify v1.
|
|
109
|
-
github.com/getsentry/sentry-go v0.
|
|
110
|
+
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
111
|
+
github.com/getsentry/sentry-go v0.33.0 // indirect
|
|
110
112
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
111
113
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
|
112
|
-
github.com/go-
|
|
114
|
+
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
|
|
115
|
+
github.com/go-logr/logr v1.4.3 // indirect
|
|
113
116
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
114
117
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
115
118
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
119
|
+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
116
120
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
117
121
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
118
122
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
119
123
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
120
124
|
github.com/golang/snappy v1.0.0 // indirect
|
|
121
125
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
122
|
-
github.com/google/pprof v0.0.0-
|
|
126
|
+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
|
|
123
127
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
124
128
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
125
|
-
github.com/googleapis/enterprise-certificate-proxy v0.3.
|
|
126
|
-
github.com/googleapis/gax-go/v2 v2.14.
|
|
129
|
+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
130
|
+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
|
|
127
131
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
128
132
|
github.com/greatroar/blobloom v0.8.0 // indirect
|
|
129
133
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
|
|
@@ -133,7 +137,6 @@ require (
|
|
|
133
137
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
134
138
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
135
139
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
136
|
-
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
137
140
|
github.com/in-toto/in-toto-golang v0.9.0 // indirect
|
|
138
141
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
139
142
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
@@ -143,8 +146,8 @@ require (
|
|
|
143
146
|
github.com/kr/pretty v0.3.1 // indirect
|
|
144
147
|
github.com/kr/text v0.2.0 // indirect
|
|
145
148
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
146
|
-
github.com/lufia/plan9stats v0.0.0-
|
|
147
|
-
github.com/
|
|
149
|
+
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
|
|
150
|
+
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
148
151
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
149
152
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
150
153
|
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75 // indirect
|
|
@@ -152,84 +155,86 @@ require (
|
|
|
152
155
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
153
156
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
154
157
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
155
|
-
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
156
158
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
157
159
|
github.com/moby/locker v1.0.1 // indirect
|
|
158
160
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
|
159
161
|
github.com/moby/sys/capability v0.4.0 // indirect
|
|
160
162
|
github.com/moby/sys/mountinfo v0.7.2 // indirect
|
|
161
163
|
github.com/moby/sys/signal v0.7.1 // indirect
|
|
162
|
-
github.com/moby/sys/user v0.
|
|
164
|
+
github.com/moby/sys/user v0.4.0 // indirect
|
|
163
165
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
164
166
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
165
167
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
166
168
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
167
169
|
github.com/nsf/termbox-go v1.1.1 // indirect
|
|
170
|
+
github.com/olekukonko/errors v1.1.0 // indirect
|
|
171
|
+
github.com/olekukonko/ll v0.0.8 // indirect
|
|
168
172
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
|
169
173
|
github.com/opencontainers/runtime-spec v1.2.1 // indirect
|
|
170
|
-
github.com/pelletier/go-toml/v2 v2.2.
|
|
174
|
+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
171
175
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
172
176
|
github.com/pjbgf/sha1cd v0.3.2 // indirect
|
|
173
177
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
|
174
178
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
175
179
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
176
|
-
github.com/prometheus/client_golang v1.
|
|
177
|
-
github.com/prometheus/client_model v0.6.
|
|
178
|
-
github.com/prometheus/common v0.
|
|
179
|
-
github.com/prometheus/procfs v0.
|
|
180
|
+
github.com/prometheus/client_golang v1.22.0 // indirect
|
|
181
|
+
github.com/prometheus/client_model v0.6.2 // indirect
|
|
182
|
+
github.com/prometheus/common v0.64.0 // indirect
|
|
183
|
+
github.com/prometheus/procfs v0.16.1 // indirect
|
|
180
184
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
181
185
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
182
186
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
183
|
-
github.com/sagikazarmark/locafero v0.
|
|
184
|
-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
187
|
+
github.com/sagikazarmark/locafero v0.9.0 // indirect
|
|
185
188
|
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
|
|
186
189
|
github.com/segmentio/backo-go v1.1.0 // indirect
|
|
187
190
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
|
188
191
|
github.com/shibumi/go-pathspec v1.3.0 // indirect
|
|
189
|
-
github.com/shirou/gopsutil/v4 v4.25.
|
|
192
|
+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
|
|
190
193
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
|
191
194
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
192
|
-
github.com/spf13/afero v1.
|
|
193
|
-
github.com/spf13/cast v1.
|
|
195
|
+
github.com/spf13/afero v1.14.0 // indirect
|
|
196
|
+
github.com/spf13/cast v1.8.0 // indirect
|
|
194
197
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
198
|
+
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
|
|
195
199
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
196
|
-
github.com/syncthing/notify v0.0.0-
|
|
200
|
+
github.com/syncthing/notify v0.0.0-20250528144937-c7027d4f7465 // indirect
|
|
197
201
|
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
|
|
198
202
|
github.com/thejerf/suture/v4 v4.0.6 // indirect
|
|
199
203
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
200
204
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
|
201
|
-
github.com/tonistiigi/fsutil v0.0.0-
|
|
205
|
+
github.com/tonistiigi/fsutil v0.0.0-20250417144416-3f76f8130144 // indirect
|
|
202
206
|
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
|
|
203
207
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
|
204
208
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
209
|
+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
205
210
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
206
211
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
212
|
+
github.com/zeebo/errs v1.4.0 // indirect
|
|
207
213
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
208
|
-
go.opentelemetry.io/contrib/detectors/gcp v1.
|
|
209
|
-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.
|
|
210
|
-
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.
|
|
211
|
-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.
|
|
212
|
-
go.opentelemetry.io/otel v1.
|
|
213
|
-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.
|
|
214
|
-
go.opentelemetry.io/otel/metric v1.
|
|
215
|
-
go.opentelemetry.io/otel/sdk v1.
|
|
216
|
-
go.opentelemetry.io/otel/sdk/metric v1.
|
|
217
|
-
go.opentelemetry.io/otel/trace v1.
|
|
218
|
-
go.opentelemetry.io/proto/otlp v1.
|
|
214
|
+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
|
|
215
|
+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
|
|
216
|
+
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 // indirect
|
|
217
|
+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
|
|
218
|
+
go.opentelemetry.io/otel v1.36.0 // indirect
|
|
219
|
+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
|
|
220
|
+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
|
|
221
|
+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
|
|
222
|
+
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
|
|
223
|
+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
|
|
224
|
+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
|
|
225
|
+
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
219
226
|
go.uber.org/multierr v1.11.0 // indirect
|
|
220
|
-
golang.org/x/
|
|
221
|
-
golang.org/x/
|
|
222
|
-
golang.org/x/
|
|
223
|
-
golang.org/x/
|
|
224
|
-
golang.org/x/
|
|
225
|
-
golang.org/
|
|
226
|
-
google.golang.org/
|
|
227
|
-
google.golang.org/genproto v0.0.0-
|
|
228
|
-
google.golang.org/genproto/googleapis/
|
|
229
|
-
google.golang.org/
|
|
230
|
-
google.golang.org/
|
|
231
|
-
google.golang.org/protobuf v1.36.5 // indirect
|
|
232
|
-
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
227
|
+
golang.org/x/net v0.40.0 // indirect
|
|
228
|
+
golang.org/x/oauth2 v0.30.0 // indirect
|
|
229
|
+
golang.org/x/sys v0.33.0 // indirect
|
|
230
|
+
golang.org/x/text v0.25.0 // indirect
|
|
231
|
+
golang.org/x/tools v0.32.0 // indirect
|
|
232
|
+
google.golang.org/api v0.235.0 // indirect
|
|
233
|
+
google.golang.org/genproto v0.0.0-20250528174236-200df99c418a // indirect
|
|
234
|
+
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
|
|
235
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
|
|
236
|
+
google.golang.org/grpc v1.72.2 // indirect
|
|
237
|
+
google.golang.org/protobuf v1.36.6 // indirect
|
|
233
238
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
234
239
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
235
240
|
)
|