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 1
1
module code.gitea.io/terraform-provider-gitea
2
2
3
- go 1.22.7
3
+ go 1.23
4
4
5
5
toolchain go1.24.3
6
6
7
7
require (
8
- code.gitea.io/sdk/gitea v0.20 .0
8
+ code.gitea.io/sdk/gitea v0.21 .0
9
9
github.com/hashicorp/terraform-plugin-docs v0.20.1
10
10
github.com/hashicorp/terraform-plugin-log v0.9.0
11
11
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
12
12
)
13
13
14
14
require (
15
- github.com/42wim/httpsig v1.2.1 // indirect
15
+ github.com/42wim/httpsig v1.2.2 // indirect
16
16
github.com/BurntSushi/toml v1.2.1 // indirect
17
17
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
18
18
github.com/Masterminds/goutils v1.1.1 // indirect
Original file line number Diff line number Diff line change 1
1
code.gitea.io/sdk/gitea v0.20.0 h1:Zm/QDwwZK1awoM4AxdjeAQbxolzx2rIP8dDfmKu+KoU =
2
2
code.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 =
3
5
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk =
4
6
dario.cat/mergo v1.0.0 /go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk =
5
7
github.com/42wim/httpsig v1.2.1 h1:oLBxptMe9U4ZmSGtkosT8Dlfg31P3VQnAGq6psXv82Y =
6
8
github.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 =
7
11
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak =
8
12
github.com/BurntSushi/toml v1.2.1 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
9
13
github.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