github.com/RomiChan/protobuf@v0.1.1-0.20230204044148-2ed269a2e54d/go.mod (about) 1 module github.com/RomiChan/protobuf 2 3 go 1.18 4 5 require ( 6 github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c 7 github.com/stretchr/testify v1.7.0 8 google.golang.org/protobuf v1.27.1 9 ) 10 11 require ( 12 github.com/davecgh/go-spew v1.1.0 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 15 )