Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit efea620

Browse files
jpleva91claude
andcommitted
fix: use chitin v0.2.0 tag instead of local replace directive
The replace directive broke CI since ../chitin doesn't exist in GitHub Actions. Pin to the tagged release instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 419440e commit efea620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ go 1.18
44

55
require gopkg.in/yaml.v3 v3.0.1
66

7-
require github.com/chitinhq/chitin v0.0.0
8-
9-
replace github.com/chitinhq/chitin => ../chitin
7+
require github.com/chitinhq/chitin v0.2.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/chitinhq/chitin v0.2.0 h1:y9oahT4Vy0fTz1c7EKo+JBSeLTcISmLWsaYD+k7HUyQ=
2+
github.com/chitinhq/chitin v0.2.0/go.mod h1:AvKdK037bBINGdG566P+OZqCYFvoHaVbYOzzVW43tPs=
13
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
24
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
35
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)