-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
34 lines (31 loc) · 1.12 KB
/
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
29
30
31
32
33
34
module github.com/mashiike/shimesaba
go 1.19
require (
github.com/Songmu/flextime v0.1.0
github.com/aws/aws-lambda-go v1.46.0
github.com/fatih/color v1.16.0
github.com/fujiwara/logutils v1.1.2
github.com/handlename/ssmwrap v1.2.1
github.com/hashicorp/go-version v1.6.0
github.com/kayac/go-config v0.7.0
github.com/mackerelio/mackerel-client-go v0.31.0
github.com/shogo82148/go-retry v1.2.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.2
golang.org/x/sync v0.7.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/aws/aws-sdk-go v1.44.118 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)