Update dependencies

This commit is contained in:
Zack Welch
2026-07-03 12:30:19 -04:00
parent fc9fded024
commit 1c2397acdd
2 changed files with 5 additions and 9 deletions
+3 -5
View File
@@ -1,10 +1,8 @@
module github.com/truenas/truenas-mcp
go 1.22
require github.com/gorilla/websocket v1.5.1
go 1.24
require (
github.com/google/uuid v1.6.0 // indirect
golang.org/x/net v0.17.0 // indirect
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
)
+2 -4
View File
@@ -1,6 +1,4 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=