Skip to content

Commit a94b285

Browse files
committed
go mod tidy
1 parent f0169a2 commit a94b285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/streamnative/pulsarctl v0.4.3-0.20250312214758-e472faec284b
1515
github.com/streamnative/streamnative-mcp-server/sdk/sdk-apiserve v0.0.0-00010101000000-000000000000
1616
github.com/streamnative/streamnative-mcp-server/sdk/sdk-kafkaconnect v0.0.0-00010101000000-000000000000
17-
github.com/stretchr/testify v1.10.0
1817
github.com/twmb/franz-go v1.18.1
1918
github.com/twmb/franz-go/pkg/kadm v1.16.0
2019
github.com/twmb/franz-go/pkg/sr v1.3.0
@@ -72,6 +71,7 @@ require (
7271
github.com/spaolacci/murmur3 v1.1.0 // indirect
7372
github.com/spf13/cast v1.7.1 // indirect
7473
github.com/spf13/pflag v1.0.6 // indirect
74+
github.com/stretchr/testify v1.10.0 // indirect
7575
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
7676
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
7777
go.uber.org/atomic v1.11.0 // indirect
@@ -80,7 +80,6 @@ require (
8080
golang.org/x/sys v0.29.0 // indirect
8181
golang.org/x/term v0.28.0 // indirect
8282
google.golang.org/protobuf v1.35.1 // indirect
83-
gopkg.in/yaml.v3 v3.0.1 // indirect
8483
)
8584

8685
replace github.com/streamnative/streamnative-mcp-server/sdk/sdk-apiserve => ./sdk/sdk-apiserver

0 commit comments

Comments
 (0)