2018-10-24 21:03:41 +03:00
|
|
|
module github.com/spf13/cast
|
2018-10-25 01:49:29 +03:00
|
|
|
|
2023-11-28 12:48:54 +03:00
|
|
|
go 1.19
|
2022-05-11 11:35:17 +03:00
|
|
|
|
2023-11-28 12:48:15 +03:00
|
|
|
require github.com/frankban/quicktest v1.14.6
|
2022-05-11 11:35:17 +03:00
|
|
|
|
2018-10-25 01:49:29 +03:00
|
|
|
require (
|
2023-02-05 23:29:41 +03:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2022-05-11 11:35:17 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-02-05 23:29:41 +03:00
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
2018-10-25 01:49:29 +03:00
|
|
|
)
|