Skip to content

Commit 8916c19

Browse files
authored
Merge pull request #1204 from planetscale/dependabot/go_modules/github.com/mark3labs/mcp-go-0.44.1
build(deps): bump github.com/mark3labs/mcp-go from 0.44.0 to 0.44.1
2 parents 6bc47c5 + c2eb4ba commit 8916c19

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ require (
1010
github.com/benbjohnson/clock v1.3.5
1111
github.com/briandowns/spinner v1.23.2
1212
github.com/charmbracelet/huh v0.8.0
13-
github.com/dustin/go-humanize v1.0.1
1413
github.com/fatih/color v1.18.0
1514
github.com/frankban/quicktest v1.14.6
1615
github.com/go-sql-driver/mysql v1.9.3
1716
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
1817
github.com/google/go-cmp v0.7.0
1918
github.com/hashicorp/go-cleanhttp v0.5.2
2019
github.com/hashicorp/go-version v1.8.0
21-
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23
2220
github.com/lensesio/tableprinter v0.0.0-20201125135848-89e81fc956e7
2321
github.com/lib/pq v1.11.2
24-
github.com/mark3labs/mcp-go v0.44.0
22+
github.com/mark3labs/mcp-go v0.44.1
2523
github.com/matoous/go-nanoid/v2 v2.1.0
2624
github.com/mattn/go-isatty v0.0.20
2725
github.com/mattn/go-shellwords v1.0.12
@@ -70,6 +68,7 @@ require (
7068
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
7169
github.com/danieljoos/wincred v1.2.3 // indirect
7270
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
71+
github.com/dustin/go-humanize v1.0.1 // indirect
7372
github.com/dvsekhvalnov/jose2go v1.8.0 // indirect
7473
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
7574
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -80,6 +79,7 @@ require (
8079
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
8180
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8281
github.com/invopop/jsonschema v0.13.0 // indirect
82+
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
8383
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8484
github.com/klauspost/compress v1.18.2 // indirect
8585
github.com/klauspost/connect-compress/v2 v2.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
139139
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
140140
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
141141
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
142-
github.com/mark3labs/mcp-go v0.44.0 h1:OlYfcVviAnwNN40QZUrrzU0QZjq3En7rCU5X09a/B7I=
143-
github.com/mark3labs/mcp-go v0.44.0/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
142+
github.com/mark3labs/mcp-go v0.44.1 h1:2PKppYlT9X2fXnE8SNYQLAX4hNjfPB0oNLqQVcN6mE8=
143+
github.com/mark3labs/mcp-go v0.44.1/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
144144
github.com/matoous/go-nanoid/v2 v2.1.0 h1:P64+dmq21hhWdtvZfEAofnvJULaRR1Yib0+PnU669bE=
145145
github.com/matoous/go-nanoid/v2 v2.1.0/go.mod h1:KlbGNQ+FhrUNIHUxZdL63t7tl4LaPkZNpUULS8H4uVM=
146146
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=

0 commit comments

Comments
 (0)