mirror of
https://github.com/araddon/dateparse.git
synced 2025-04-25 10:10:31 +08:00
Various other cleanup: * Update README.md * Update github workflows * Add to copyright * Add .gitignore
17 lines
434 B
Modula-2
17 lines
434 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.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
|
|
)
|