6177c2cc1d
This close #92
11 lines
215 B
Modula-2
11 lines
215 B
Modula-2
module github.com/spf13/cast
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
)
|
|
|
|
go 1.13
|