File: go.mod

package info (click to toggle)
golang-protobuf-extensions 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: makefile: 7
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/matttproud/golang_protobuf_extensions

go 1.9

require (
	github.com/golang/protobuf v1.2.0
	golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
)