File: go.mod

package info (click to toggle)
golang-code-gitea-sdk 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: makefile: 107
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module code.gitea.io/sdk/gitea

go 1.13

require (
	github.com/davidmz/go-pageant v1.0.2
	github.com/go-fed/httpsig v1.1.0
	github.com/hashicorp/go-version v1.5.0
	github.com/stretchr/testify v1.7.0
	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
)