-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.07 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module hades
go 1.25.3
require (
github.com/longportapp/openapi-go v0.17.1
github.com/longportapp/openapi-protocol/go v0.4.1
github.com/modelcontextprotocol/go-sdk v1.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/shopspring/decimal v1.3.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Allenxuxu/ringbuffer v0.0.11 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Netflix/go-env v0.0.0-20220526054621-78278af1949d // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/longportapp/openapi-protobufs/gen/go v0.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.3 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/sys v0.40.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)