Skip to content

Commit 7cc800a

Browse files
intel352claude
andcommitted
chore: go mod tidy — add missing test dependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab2358d commit 7cc800a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
github.com/nats-io/nats.go v1.48.0
4949
github.com/prometheus/client_golang v1.19.1
5050
github.com/redis/go-redis/v9 v9.18.0
51+
github.com/stretchr/testify v1.11.1
5152
github.com/stripe/stripe-go/v82 v82.5.1
5253
github.com/tliron/glsp v0.2.2
5354
github.com/xdg-go/scram v1.2.0
@@ -209,6 +210,7 @@ require (
209210
github.com/pierrec/lz4/v4 v4.1.25 // indirect
210211
github.com/pkg/errors v0.9.1 // indirect
211212
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
213+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
212214
github.com/prometheus/client_model v0.6.2 // indirect
213215
github.com/prometheus/common v0.48.0 // indirect
214216
github.com/prometheus/procfs v0.12.0 // indirect

0 commit comments

Comments
 (0)