-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (24 loc) · 943 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
module github.com/kkga/tdx
go 1.17
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/emersion/go-ical v0.0.0-20210319224440-20039d462364
github.com/fatih/color v1.12.0
github.com/google/go-cmp v0.5.6
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/olebedev/when v0.0.0-20190311101825-c3b538a97254
github.com/spf13/cobra v1.2.1
)
require (
github.com/AlekSi/pointer v1.0.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)