File: go.mod

package info (click to toggle)
golang-github-araddon-dateparse 0.0~git20210207.0eec95c-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 224 kB
  • sloc: makefile: 3
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/araddon/dateparse

go 1.12

require (
	github.com/mattn/go-runewidth v0.0.10 // indirect
	github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4
	github.com/stretchr/testify v1.7.0
)