File: go.mod

package info (click to toggle)
golang-gitea-actions-proto-go 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
8
module code.gitea.io/actions-proto-go

go 1.19

require (
	connectrpc.com/connect v1.15.0
	google.golang.org/protobuf v1.32.0
)