File: go.mod

package info (click to toggle)
golang-github-segmentio-encoding 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,472 kB
  • sloc: makefile: 286
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/segmentio/encoding/proto/fixtures

go 1.14

require (
	github.com/golang/protobuf v1.4.2
	google.golang.org/protobuf v1.25.0
)