File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,14 @@ go 1.22.7
55toolchain go1.23.4
66
77require (
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
1414require (
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
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ code.gitea.io/sdk/gitea v0.18.0 h1:+zZrwVmujIrgobt6wVBWCqITz6bn1aBjnCUHmpZrerI=
1111code.gitea.io/sdk/gitea v0.18.0 /go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI =
1212code.gitea.io/sdk/gitea v0.19.0 h1:8I6s1s4RHgzxiPHhOQdgim1RWIRcr0LVMbHBjBFXq4Y =
1313code.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 =
1418github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak =
1519github.com/BurntSushi/toml v1.2.1 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
1620github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0 =
You can’t perform that action at this time.
0 commit comments