1module github.com/protocolbuffers/txtpbfmt 2 3go 1.18 4 5require ( 6 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 7 github.com/google/go-cmp v0.5.7 8 github.com/kylelemons/godebug v1.1.0 9 github.com/mitchellh/go-wordwrap v1.0.1 10)
View as plain text