dateparse/go.mod
Klondike Dragon c943d3c348 Fork package to github.com/itlightning/dateparse
Various other cleanup:
* Update README.md
* Update github workflows
* Add to copyright
* Add .gitignore
2024-01-08 21:59:42 -07:00

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
)