File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11module code.gitea.io/terraform-provider-gitea
22
3- go 1.22.7
3+ go 1.23
44
55toolchain go1.24.3
66
77require (
8- code.gitea.io/sdk/gitea v0.20 .0
8+ code.gitea.io/sdk/gitea v0.21 .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.36.1
1212)
1313
1414require (
15- github.com/42wim/httpsig v1.2.1 // indirect
15+ github.com/42wim/httpsig v1.2.2 // indirect
1616 github.com/BurntSushi/toml v1.2.1 // indirect
1717 github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
1818 github.com/Masterminds/goutils v1.1.1 // indirect
Original file line number Diff line number Diff line change 11code.gitea.io/sdk/gitea v0.20.0 h1:Zm/QDwwZK1awoM4AxdjeAQbxolzx2rIP8dDfmKu+KoU =
22code.gitea.io/sdk/gitea v0.20.0 /go.mod h1:faouBHC/zyx5wLgjmRKR62ydyvMzwWf3QnU0bH7Cw6U =
3+ code.gitea.io/sdk/gitea v0.21.0 h1:69n6oz6kEVHRo1+APQQyizkhrZrLsTLXey9142pfkD4 =
4+ code.gitea.io/sdk/gitea v0.21.0 /go.mod h1:tnBjVhuKJCn8ibdyyhvUyxrR1Ca2KHEoTWoukNhXQPA =
35dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk =
46dario.cat/mergo v1.0.0 /go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk =
57github.com/42wim/httpsig v1.2.1 h1:oLBxptMe9U4ZmSGtkosT8Dlfg31P3VQnAGq6psXv82Y =
68github.com/42wim/httpsig v1.2.1 /go.mod h1:P/UYo7ytNBFwc+dg35IubuAUIs8zj5zzFIgUCEl55WY =
9+ github.com/42wim/httpsig v1.2.2 h1:ofAYoHUNs/MJOLqQ8hIxeyz2QxOz8qdSVvp3PX/oPgA =
10+ github.com/42wim/httpsig v1.2.2 /go.mod h1:P/UYo7ytNBFwc+dg35IubuAUIs8zj5zzFIgUCEl55WY =
711github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak =
812github.com/BurntSushi/toml v1.2.1 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
913github.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