mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-13 05:06:36 +08:00
17 lines
430 B
Modula-2
17 lines
430 B
Modula-2
module github.com/araddon/dateparse
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|