feat: 添加工单前端支持
This commit is contained in:
3
go.mod
3
go.mod
@@ -7,6 +7,7 @@ require (
|
||||
github.com/chromedp/chromedp v0.10.0
|
||||
github.com/docker/docker v27.3.1+incompatible
|
||||
github.com/fogleman/gg v1.3.0
|
||||
github.com/gin-contrib/cors v1.7.2
|
||||
github.com/gin-gonic/gin v1.10.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
@@ -14,6 +15,7 @@ require (
|
||||
github.com/mattn/go-sqlite3 v1.14.23
|
||||
github.com/sashabaranov/go-openai v1.30.3
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
|
||||
golang.org/x/net v0.30.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -67,7 +69,6 @@ require (
|
||||
golang.org/x/arch v0.8.0 // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/image v0.21.0 // indirect
|
||||
golang.org/x/net v0.30.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
golang.org/x/text v0.19.0 // indirect
|
||||
golang.org/x/time v0.7.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user