mirror of
https://github.com/jimeh/go-tyme.git
synced 2026-02-19 01:46:41 +00:00
15 lines
293 B
Modula-2
15 lines
293 B
Modula-2
module github.com/jimeh/go-tyme/ts
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/jimeh/go-tyme/dur v0.0.0-20221030033507-5d31aa674303
|
|
github.com/stretchr/testify v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|