-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
22 lines (19 loc) · 671 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
module github.com/danhunsaker/calends
go 1.18
require (
github.com/chzyer/readline v1.5.1
github.com/go-errors/errors v1.4.2
github.com/knz/strtime v0.0.0-20200924090105-187c67f2bf5e
github.com/mattn/go-shellwords v1.0.12
github.com/olebedev/when v0.0.0-20221205223600-4d190b02b8d8
github.com/urfave/cli/v2 v2.23.7
)
require (
github.com/AlekSi/pointer v1.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.6.0
)