aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/sdk/gitea/go.mod
blob: 7b0d75fd34b57633b561ac2a6e8faba38586662b (plain)
1
2
3
4
5
6
7
8
module code.gitea.io/sdk/gitea

go 1.12

require (
	github.com/hashicorp/go-version v1.2.0
	github.com/stretchr/testify v1.4.0
)