Skip to content

Commit fef3064

Browse files
Renovate Bottechknowlogick
Renovate Bot
authored and
techknowlogick
committed
fix(deps): update module code.gitea.io/sdk/gitea to v0.20.0 (#87)
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/87 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
1 parent f8f59dc commit fef3064

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ go 1.22.7
55
toolchain go1.23.4
66

77
require (
8-
code.gitea.io/sdk/gitea v0.19.0
8+
code.gitea.io/sdk/gitea v0.20.0
99
github.com/hashicorp/terraform-plugin-docs v0.20.1
1010
github.com/hashicorp/terraform-plugin-log v0.9.0
1111
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
1212
)
1313

1414
require (
15+
github.com/42wim/httpsig v1.2.1 // indirect
1516
github.com/BurntSushi/toml v1.2.1 // indirect
1617
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
1718
github.com/Masterminds/goutils v1.1.1 // indirect

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ code.gitea.io/sdk/gitea v0.18.0 h1:+zZrwVmujIrgobt6wVBWCqITz6bn1aBjnCUHmpZrerI=
1111
code.gitea.io/sdk/gitea v0.18.0/go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI=
1212
code.gitea.io/sdk/gitea v0.19.0 h1:8I6s1s4RHgzxiPHhOQdgim1RWIRcr0LVMbHBjBFXq4Y=
1313
code.gitea.io/sdk/gitea v0.19.0/go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI=
14+
code.gitea.io/sdk/gitea v0.20.0 h1:Zm/QDwwZK1awoM4AxdjeAQbxolzx2rIP8dDfmKu+KoU=
15+
code.gitea.io/sdk/gitea v0.20.0/go.mod h1:faouBHC/zyx5wLgjmRKR62ydyvMzwWf3QnU0bH7Cw6U=
16+
github.com/42wim/httpsig v1.2.1 h1:oLBxptMe9U4ZmSGtkosT8Dlfg31P3VQnAGq6psXv82Y=
17+
github.com/42wim/httpsig v1.2.1/go.mod h1:P/UYo7ytNBFwc+dg35IubuAUIs8zj5zzFIgUCEl55WY=
1418
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
1519
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
1620
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=

0 commit comments

Comments
 (0)