mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-03 04:27:21 -05:00
476900ab41
Update SDK Use OptionalBool helper Fix #254 Reviewed-on: https://gitea.com/gitea/tea/pulls/257 Reviewed-by: John Olheiser <john.olheiser@gmail.com> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
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
|
|
)
|