carbon/go.mod

12 lines
235 B
Modula-2
Raw Normal View History

module gitee.com/dromara/carbon/v2
2020-09-07 17:10:33 +08:00
2024-10-11 22:53:09 +08:00
go 1.17
require github.com/stretchr/testify v1.8.4
2024-10-11 23:29:21 +08:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)