diff options
| author | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
| commit | 778bef5ee6941056e06326d1eaaa6956d7307a85 (patch) | |
| tree | 23b85f32fb69f85078b3debec08c1353694def6f /go.mod | |
| parent | eb76b1f6e1697ef170fc45d25e81b21679ea7b0d (diff) | |
Remove Go implementation — ship is skills-only nowmain
The skills/ directory fully replaces the old Go CLI. Drop all Go
source, build files, planning docs, and the stale SECURITY.md
(which described the old git-user push-deploy model that no longer
exists). Trim .gitignore to match the new tree.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 0 insertions, 14 deletions
| @@ -1,14 +0,0 @@ | |||
| 1 | module github.com/bdw/ship | ||
| 2 | |||
| 3 | go 1.21 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | github.com/spf13/cobra v1.10.2 | ||
| 7 | golang.org/x/crypto v0.31.0 | ||
| 8 | ) | ||
| 9 | |||
| 10 | require ( | ||
| 11 | github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| 12 | github.com/spf13/pflag v1.0.9 // indirect | ||
| 13 | golang.org/x/sys v0.28.0 // indirect | ||
| 14 | ) | ||
