diff --git a/CLAUDE.md b/CLAUDE.md index 08ef1ab..f824707 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,5 +18,5 @@ go vet ./... # vet - **Commands** — `build`, `push`, `deploy`, `cert renew`, `status` - **Exec model** — shells out to `podman`, `ssh`, `scp`, and `git` for all operations - **No auth** — relies on SSH keys and existing podman/registry auth -- **Module path**: `git.wntrmute.dev/kyle/mcdeploy` +- **Module path**: `git.wntrmute.dev/mc/mcdeploy` - **Dependencies**: cobra (CLI), go-toml/v2 (config) diff --git a/go.mod b/go.mod index 9041fdd..923e622 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,13 @@ -module git.wntrmute.dev/kyle/mcdeploy +module git.wntrmute.dev/mc/mcdeploy go 1.25.7 +require ( + github.com/pelletier/go-toml/v2 v2.3.0 + github.com/spf13/cobra v1.10.2 +) + require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/pelletier/go-toml/v2 v2.3.0 // indirect - github.com/spf13/cobra v1.10.2 // indirect github.com/spf13/pflag v1.0.9 // indirect ) diff --git a/mcdeploy b/mcdeploy new file mode 100755 index 0000000..c6ca598 Binary files /dev/null and b/mcdeploy differ diff --git a/result b/result deleted file mode 120000 index 634696e..0000000 --- a/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/c1fflsc9x99x0mrgg9msbpqdxspxwh7m-mcdeploy-0.1.0 \ No newline at end of file