Skip to content

Commit a13d265

Browse files
build(deps): bump golang.org/x/crypto in /labs/mcp-servers/sample
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. - [Commits](golang/crypto@v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c543e commit a13d265

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

labs/mcp-servers/sample/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mtulio/mtulio.labs-devel/labs/mcp-servers/sample
22

3-
go 1.23.6
3+
go 1.24.0
44

55
require github.com/metoro-io/mcp-golang v0.13.0
66

@@ -28,10 +28,10 @@ require (
2828
github.com/tidwall/sjson v1.2.5 // indirect
2929
github.com/ugorji/go/codec v1.2.7 // indirect
3030
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
31-
golang.org/x/crypto v0.36.0 // indirect
32-
golang.org/x/net v0.38.0 // indirect
33-
golang.org/x/sys v0.31.0 // indirect
34-
golang.org/x/text v0.23.0 // indirect
31+
golang.org/x/crypto v0.45.0 // indirect
32+
golang.org/x/net v0.47.0 // indirect
33+
golang.org/x/sys v0.38.0 // indirect
34+
golang.org/x/text v0.31.0 // indirect
3535
google.golang.org/protobuf v1.33.0 // indirect
3636
gopkg.in/yaml.v2 v2.4.0 // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)