Container runtime, LinuxKit builder, and dev environment management
Find a file
Snider 6c4050486b refactor(container): migrate module path to dappco.re/go/core/container
Update module path from forge.lthn.ai/core/go-container to
dappco.re/go/core/container. Migrate import paths for go-io (v0.2.0),
go-log (v0.1.0), and go-i18n (v0.2.0) to their new dappco.re
equivalents. cli and config remain at forge.lthn.ai (not yet migrated).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:55:36 +00:00
cmd/vm refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
devenv refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
docs refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
kb refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
sources refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
specs refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
templates feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
CLAUDE.md refactor: update import path from go-config to core/config 2026-03-14 10:24:13 +00:00
CONSUMERS.md refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
container.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
CONTEXT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
GEMINI.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
go.mod refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
go.sum refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
hypervisor.go refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
hypervisor_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
LICENSE Initial commit 2026-03-09 11:40:45 +00:00
linuxkit.go refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
linuxkit_test.go refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
PROMPT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
README.md Initial commit 2026-03-09 11:40:45 +00:00
RECENT.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00
state.go refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
state_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
templates.go refactor(container): migrate module path to dappco.re/go/core/container 2026-03-22 01:55:36 +00:00
templates_test.go feat: extract container/, devops/, sources/ from go-devops 2026-03-09 11:42:51 +00:00
TODO.md refactor: replace os file ops and fmt.Errorf/errors.New with go-io/go-log equivalents 2026-03-16 19:17:34 +00:00

go-container

Container runtime, LinuxKit builder, and dev environment management