-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (25 loc) · 1008 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
27
28
module github.com/itchyny/mkrg
go 1.18
require (
github.com/mackerelio/mackerel-agent v0.72.13
github.com/mackerelio/mackerel-client-go v0.21.0
github.com/mattn/go-sixel v0.0.2-0.20211227053453-f4e95b245312
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.9
golang.org/x/image v0.0.0-20220601225756-64ec528b34cd
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
)
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/Songmu/timeout v0.4.0 // indirect
github.com/Songmu/wrapcommander v0.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/mackerelio/golib v1.2.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.11 // indirect
)