mirror of
https://github.com/antlabs/tostruct.git
synced 2026-04-22 15:47:03 +08:00
eec06a1cf4
* 开始支持protobuf * 完善生成protobuf * 优化下protobuf的缩进 * 修复问题
16 lines
294 B
Modula-2
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
|
|
)
|