mirror of
https://github.com/araddon/dateparse.git
synced 2025-04-25 18:20:29 +08:00
17 lines
406 B
Modula-2
17 lines
406 B
Modula-2
module github.com/itlightning/dateparse
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|