-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (23 loc) · 985 Bytes
/
go.mod
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
module github.com/cardano-community/koios-cli/v2
go 1.22
require (
github.com/cardano-community/koios-go-client/v4 v4.0.0
github.com/happy-sdk/happy v0.24.0
github.com/happy-sdk/happy/pkg/branding v0.1.0
github.com/happy-sdk/happy/pkg/cli/ansicolor v0.2.0
github.com/happy-sdk/happy/pkg/strings/textfmt v0.3.1
github.com/happy-sdk/happy/pkg/vars v0.10.0
)
require (
github.com/happy-sdk/happy/pkg/options v0.0.0-20240524194728-716f7cf590d5 // indirect
github.com/happy-sdk/happy/pkg/scheduling/cron v0.4.1 // indirect
github.com/happy-sdk/happy/pkg/settings v0.2.0 // indirect
github.com/happy-sdk/happy/pkg/strings/bexp v1.4.0 // indirect
github.com/happy-sdk/happy/pkg/strings/humanize v0.2.0 // indirect
github.com/happy-sdk/happy/pkg/version v0.1.2 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)