forgejo-sdk/gitea/go.mod
Wim e5f0c189f2 Add support for http signatures (#553)
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/553
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Wim <42wim@noreply.gitea.io>
Co-committed-by: Wim <42wim@noreply.gitea.io>
2022-07-13 00:45:08 +08:00

10 lines
219 B
Modula-2

module code.gitea.io/sdk/gitea
go 1.13
require (
github.com/go-fed/httpsig v1.1.0
github.com/hashicorp/go-version v1.5.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
)