cast/go.mod

8 lines
182 B
Modula-2
Raw Permalink Normal View History

2020-07-02 11:54:00 +08:00
module golib.gaore.com/GaoreGo/cast
2018-10-25 06:49:29 +08:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)