2018-10-25 02:03:41 +08:00
|
|
|
module github.com/spf13/cast
|
2018-10-25 06:49:29 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-02-01 06:53:42 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
2018-10-25 06:49:29 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
)
|
2020-02-01 06:53:42 +08:00
|
|
|
|
|
|
|
go 1.13
|