Skip to content

Commit e94ab89

Browse files
committed
go: bump cutting-garden to bb4b2dd, clearing old-path tap indirect
Follow-up to the wave-4 tap leg (eng task #51 part 1): cutting-garden's own wave-4 leg (bb4b2dd) moved its tap require to code.linenisgreat.com/tap/go v0.2.0, so re-pin chrest onto it: - go.mod: code.linenisgreat.com/cutting-garden v0.1.25-0.20260720171344-422ee4ea600e -> v0.1.25-0.20260720192135-bb4b2dd0481e (go get + tidy) - flake.lock: cutting-garden -> bb4b2dd0481e28296bbd3d10345fa1de3341cd75; its nested crap node followed cutting-garden's own lock to cf7e556 (chrest itself has no crap require) - go/gomod2nix.toml regenerated via just build-gomod2nix The github.com/amarbel-llc/tap/go v0.1.11 indirect introduced by the previous commit is now gone from go.mod, go.sum, and gomod2nix.toml — a repo-wide grep for github.com/amarbel-llc/(crap|tap) returns zero hits, leaving the module graph fully on new-path tap ahead of the go/v0.3.0 tag. Full gate green inside nix develop (doppelgang lint 3/3, all MCP validations passed, bats fence 10/10, firefox 56/57 with 1 skip). 🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)
1 parent a5c0762 commit e94ab89

4 files changed

Lines changed: 16 additions & 32 deletions

File tree

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,21 @@ require (
1515
)
1616

1717
require (
18-
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720171344-422ee4ea600e
18+
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720192135-bb4b2dd0481e
1919
code.linenisgreat.com/purse-first/libs/dewey v0.5.0
2020
code.linenisgreat.com/tap/go v0.2.0
2121
golang.org/x/sys v0.44.0
2222
)
2323

2424
require (
2525
code.linenisgreat.com/hyphence/go v0.3.1-0.20260720154720-ea7f1e0933f9 // indirect
26-
code.linenisgreat.com/madder/go v0.4.5-0.20260720162024-c2d4d389e726 // indirect
26+
code.linenisgreat.com/madder/go v0.4.5-0.20260720184544-d463a948790d // indirect
2727
code.linenisgreat.com/piggy/go v0.0.0-20260720155209-77cfdea0031e // indirect
2828
code.linenisgreat.com/purse-first/libs/go-mcp v0.5.0 // indirect
2929
filippo.io/age v1.3.1 // indirect
3030
filippo.io/hpke v0.4.0 // indirect
3131
github.com/DataDog/zstd v1.5.7 // indirect
3232
github.com/JohannesKaufmann/dom v0.2.0 // indirect
33-
github.com/amarbel-llc/purse-first/libs/dewey v0.3.2 // indirect
34-
github.com/amarbel-llc/tap/go v0.1.11 // indirect
3533
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
3634
github.com/atotto/clipboard v0.1.4 // indirect
3735
github.com/aws/aws-sdk-go-v2 v1.41.7 // indirect

go/go.sum

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
c2sp.org/CCTV/age v0.0.0-20251208015420-e9274a7bdbfd h1:ZLsPO6WdZ5zatV4UfVpr7oAwLGRZ+sebTUruuM4Ra3M=
22
c2sp.org/CCTV/age v0.0.0-20251208015420-e9274a7bdbfd/go.mod h1:SrHC2C7r5GkDk8R+NFVzYy/sdj0Ypg9htaPXQq5Cqeo=
3-
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720171344-422ee4ea600e h1:+wh1nrx2xTk7LIzEP6H3x+P7Jx7GE7rGtYlWmqcAg9Y=
4-
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720171344-422ee4ea600e/go.mod h1:bzx8Bb9qOKnoNo6+ZWOFU6i/dfQbY1pSXUP++hhaCcs=
3+
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720192135-bb4b2dd0481e h1:s1zn2JHViONXA41DRXM8spQwygVOmMvZ3+OWuiCqYw4=
4+
code.linenisgreat.com/cutting-garden v0.1.25-0.20260720192135-bb4b2dd0481e/go.mod h1:cShKG2WnozAyJSS4GblQN22MF5/bx/naVNfKrp9/qJE=
55
code.linenisgreat.com/hyphence/go v0.3.1-0.20260720154720-ea7f1e0933f9 h1:iVfOsxFwmib/hwvWMjoHGKbmbTHOfM8yWlUv7vminDA=
66
code.linenisgreat.com/hyphence/go v0.3.1-0.20260720154720-ea7f1e0933f9/go.mod h1:/c5ScMJSIbliSfj3R9IfVYql9PSMtFwNSgN8wvJQQc4=
7-
code.linenisgreat.com/madder/go v0.4.5-0.20260720162024-c2d4d389e726 h1:GYCEx8xImVc9qxDjVnj3aE/9edqav0qYX6SfDdRA8Q4=
8-
code.linenisgreat.com/madder/go v0.4.5-0.20260720162024-c2d4d389e726/go.mod h1:X0YrGc5j6kazB3Rx9EhHG9yR1FB02YWkXeyP7Msilb0=
7+
code.linenisgreat.com/madder/go v0.4.5-0.20260720184544-d463a948790d h1:WOJTXONer6NS986ERf+11T0h5vkVym1CQij3rGN6bJw=
8+
code.linenisgreat.com/madder/go v0.4.5-0.20260720184544-d463a948790d/go.mod h1:b8+fk6081wZXkFvEyjI+KHHDgk2RFapAW7d4cp+Cn5A=
99
code.linenisgreat.com/piggy/go v0.0.0-20260720155209-77cfdea0031e h1:afcPD4YiDv2EjF2V8o5IqOk9+MToUdF3RNU8tzoZGdw=
1010
code.linenisgreat.com/piggy/go v0.0.0-20260720155209-77cfdea0031e/go.mod h1:SvQcD+AKbeY0YJUYUrTRUyDYtV3JGFZLzcZXJSsyAUk=
1111
code.linenisgreat.com/purse-first/libs/dewey v0.5.0 h1:+sd1CsNmJqPOv0K8D/qHdN62vLngYMUohHE0h52uJZU=
@@ -30,10 +30,6 @@ github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0 h1:mklaPbT4f/EiDr1Q+zPrEt
3030
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0/go.mod h1:D56Cl9r8M5i3UwAchE+LlLc5hPN3kJtdZNVJn06lSHU=
3131
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
3232
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
33-
github.com/amarbel-llc/purse-first/libs/dewey v0.3.2 h1:DfqmtVDsyt0Is0IWoNS6o4xoYCD/RLavV+jyKSl19Hs=
34-
github.com/amarbel-llc/purse-first/libs/dewey v0.3.2/go.mod h1:js1n+xvK+A/cNwc/RXiqg7ic/XyjbtYdL7YofO6IJRI=
35-
github.com/amarbel-llc/tap/go v0.1.11 h1:4IZ8bkuwnlnxIEJjMSDNmT8M+nvlG9sdYKdgivBCOWE=
36-
github.com/amarbel-llc/tap/go v0.1.11/go.mod h1:VY3Dtchk+BgU7jE4tieCCViVCMqr/LFK1wVY736WbLw=
3733
github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kktS1LM=
3834
github.com/andybalholm/cascadia v1.3.3/go.mod h1:xNd9bqTn98Ln4DwST8/nG+H0yuB8Hmgu1YHNnWw0GeA=
3935
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de h1:FxWPpzIjnTlhPwqqXc4/vE0f7GvRjuAsbW+HOIe8KnA=

go/gomod2nix.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ schema = 3
22

33
[mod]
44
[mod.'code.linenisgreat.com/cutting-garden']
5-
version = 'v0.1.25-0.20260720171344-422ee4ea600e'
6-
hash = 'sha256-wh4O2hrro1ynB87QC6aB+lAPumNPoEOVWWq7MA2S3pA='
5+
version = 'v0.1.25-0.20260720192135-bb4b2dd0481e'
6+
hash = 'sha256-dWnKd2Tfd1cCoe9N5nL5sd01dl0E5JEWttWladnHQFI='
77
goVersion = '1.26'
88

99
[mod.'code.linenisgreat.com/hyphence/go']
@@ -12,8 +12,8 @@ schema = 3
1212
goVersion = '1.26'
1313

1414
[mod.'code.linenisgreat.com/madder/go']
15-
version = 'v0.4.5-0.20260720162024-c2d4d389e726'
16-
hash = 'sha256-dhJv4IiVooykDVNmhpNJxCe7dJtKqOvX/+JeJ/97WOg='
15+
version = 'v0.4.5-0.20260720184544-d463a948790d'
16+
hash = 'sha256-3++h2b9dH5GPRJJgIEiQbOWNmZxo08PPirJLa/uYDwY='
1717
goVersion = '1.26'
1818

1919
[mod.'code.linenisgreat.com/piggy/go']
@@ -71,16 +71,6 @@ schema = 3
7171
hash = 'sha256-xTfJNijtDlQ5oEZkl92KEyFg3U+Wl4nJcsT5puS7h4A='
7272
goVersion = '1.24.0'
7373

74-
[mod.'github.com/amarbel-llc/purse-first/libs/dewey']
75-
version = 'v0.3.2'
76-
hash = 'sha256-qCPYqLkjtbqAaCX3nPxP4cGTTjBbub6iIWiOJG8ejWk='
77-
goVersion = '1.26'
78-
79-
[mod.'github.com/amarbel-llc/tap/go']
80-
version = 'v0.1.11'
81-
hash = 'sha256-QdUT9FLR9/Hz4EJFJqImSqXvq6OW+NV1e5piFSlFxqo='
82-
goVersion = '1.26'
83-
8474
[mod.'github.com/andybalholm/cascadia']
8575
version = 'v1.3.3'
8676
hash = 'sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho='

0 commit comments

Comments
 (0)