-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 757 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/dondai1234/goshawk/v4
go 1.26.4
require (
github.com/chromedp/cdproto v0.0.0-20260427013145-5737772c319b
github.com/chromedp/chromedp v0.15.1
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
github.com/modelcontextprotocol/go-sdk v1.6.1
)
require (
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.35.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)