File: go.mod

package info (click to toggle)
protobuild 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/containerd/protobuild

go 1.13

require (
	github.com/golang/protobuf v1.5.0
	github.com/pelletier/go-toml v1.8.1
	golang.org/x/tools v0.1.9
	google.golang.org/grpc v1.28.1
	google.golang.org/protobuf v1.27.1
)