mirror of
https://gitee.com/gitea/gitea
synced 2026-05-29 22:45:39 +08:00
9 lines
129 B
Modula-2
Vendored
9 lines
129 B
Modula-2
Vendored
module code.gitea.io/sdk/gitea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.2.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|