-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
25 lines (23 loc) · 898 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
module github.com/gochrono/chrono
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/SaidinWoT/timespan v0.0.0-20160403210742-a3d8e4741124
github.com/dustin/go-humanize v1.0.0
github.com/gofrs/uuid v3.1.0+incompatible
github.com/gookit/color v1.1.6
github.com/gookit/config v1.0.11
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/now v1.1.1
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/magefile/mage v1.6.2
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.0.0
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.2.2
github.com/vmihailenco/msgpack v4.0.0+incompatible
golang.org/x/net v0.0.0-20181003013248-f5e5bdd77824 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
google.golang.org/appengine v1.2.0 // indirect
gopkg.in/resty.v1 v1.9.1
)
go 1.13