Skip to content

Commit 1ca23de

Browse files
committed
go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent 6e313c0 commit 1ca23de

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
@@ -5,7 +5,7 @@ go 1.25.3
55
require (
66
github.com/caarlos0/go-version v0.2.2
77
github.com/charmbracelet/fang v0.4.3
8-
github.com/goreleaser/goreleaser-pro/v2 v2.12.8-0.20251102203153-23deca4fbad5
8+
github.com/goreleaser/goreleaser-pro/v2 v2.12.8-0.20251102214714-85c7ad3528b6
99
github.com/modelcontextprotocol/go-sdk v1.1.0
1010
github.com/spf13/cobra v1.10.1
1111
github.com/stretchr/testify v1.10.0
@@ -43,5 +43,3 @@ require (
4343
golang.org/x/sys v0.36.0 // indirect
4444
golang.org/x/text v0.24.0 // indirect
4545
)
46-
47-
replace github.com/goreleaser/goreleaser-pro/v2 => ../goreleaser-pro

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
3131
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
3232
github.com/google/jsonschema-go v0.3.0 h1:6AH2TxVNtk3IlvkkhjrtbUc4S8AvO0Xii0DxIygDg+Q=
3333
github.com/google/jsonschema-go v0.3.0/go.mod h1:r5quNTdLOYEz95Ru18zA0ydNbBuYoo9tgaYcxEYhJVE=
34+
github.com/goreleaser/goreleaser-pro/v2 v2.12.8-0.20251102214714-85c7ad3528b6 h1:S4mLtAaLpUaeNN6xASTSYDEChwagvem9Ux29mn11oBw=
35+
github.com/goreleaser/goreleaser-pro/v2 v2.12.8-0.20251102214714-85c7ad3528b6/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
3436
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
3537
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
3638
github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag=

0 commit comments

Comments
 (0)