2020-11-09 15:25:54 +00:00
|
|
|
module github.com/araddon/dateparse
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2021-03-05 10:06:25 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
2020-11-09 15:25:54 +00:00
|
|
|
github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
|
2021-03-05 10:06:25 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-11-09 15:25:54 +00:00
|
|
|
)
|