This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/go.mod
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

9 lines
151 B
Modula-2

module gitea.com/jolheiser/gitea-sdk
go 1.13
require (
github.com/antihax/optional v1.0.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)