mirror of
https://github.com/araddon/dateparse.git
synced 2024-12-05 05:30:13 +08:00
12 lines
319 B
Modula-2
12 lines
319 B
Modula-2
module github.com/araddon/dateparse
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
|
|
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/scylladb/termtables v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|