dadata/go.mod

9 lines
143 B
Modula-2
Raw Normal View History

2019-04-09 17:08:32 +03:00
module github.com/ekomobile/dadata/v2
2019-04-08 14:49:07 +03:00
2020-12-14 19:00:36 +03:00
go 1.15
2019-04-09 17:08:32 +03:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
)