f3162e5333
- Update testify to v1.7.0(Thus fixing vulnerabilities https://deps.dev/go/code.gitea.io%2Fsdk%2Fgitea/, quite minor because testify is only used for test code). - Update go-version to v1.4.0 Co-authored-by: Andrew Thornton <art27@cantab.net> Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/575 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Gusted <williamzijl7@hotmail.com> Co-committed-by: Gusted <williamzijl7@hotmail.com>
9 lines
173 B
Modula-2
9 lines
173 B
Modula-2
module code.gitea.io/sdk/gitea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.gitea.io/gitea-vet v0.2.1 // indirect
|
|
github.com/hashicorp/go-version v1.4.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|