Skip to content

Commit 681202b

Browse files
chore(deps): bump github.com/trinodb/trino-go-client
Bumps [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) from 0.328.0 to 0.330.0. - [Release notes](https://github.com/trinodb/trino-go-client/releases) - [Commits](trinodb/trino-go-client@v0.328.0...v0.330.0) --- updated-dependencies: - dependency-name: github.com/trinodb/trino-go-client dependency-version: 0.330.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 110322b commit 681202b

File tree

2 files changed

+74
-76
lines changed

2 files changed

+74
-76
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/tuannvm/mcp-trino
22

3-
go 1.24.2
3+
go 1.24.7
44

55
require (
66
github.com/mark3labs/mcp-go v0.42.0
7-
github.com/trinodb/trino-go-client v0.328.0
7+
github.com/trinodb/trino-go-client v0.330.0
88
github.com/tuannvm/oauth-mcp-proxy v1.0.0
99
)
1010

@@ -29,8 +29,8 @@ require (
2929
github.com/spf13/cast v1.8.0 // indirect
3030
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
3131
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
32-
golang.org/x/crypto v0.37.0 // indirect
33-
golang.org/x/net v0.39.0 // indirect
32+
golang.org/x/crypto v0.42.0 // indirect
33+
golang.org/x/net v0.44.0 // indirect
3434
golang.org/x/oauth2 v0.32.0 // indirect
3535
gopkg.in/yaml.v3 v3.0.1 // indirect
3636
)

0 commit comments

Comments
 (0)