Files
guonaihong eec06a1cf4 开始支持protobuf (#5)
* 开始支持protobuf

* 完善生成protobuf

* 优化下protobuf的缩进

* 修复问题
2023-02-07 23:01:16 +08:00

16 lines
294 B
Modula-2

module github.com/antlabs/tostruct
go 1.19
require (
github.com/antlabs/gstl v0.0.5
github.com/gobeam/stringy v0.0.5
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)