Skip to content

Commit 52fbca4

Browse files
Renovate Bottechknowlogick
authored andcommitted
fix(deps): update module code.gitea.io/sdk/gitea to v0.21.0 (#102)
Reviewed-on: https://gitea.com/gitea/terraform-provider-gitea/pulls/102 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
1 parent 8896e83 commit 52fbca4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
module code.gitea.io/terraform-provider-gitea
22

3-
go 1.22.7
3+
go 1.23
44

55
toolchain go1.24.3
66

77
require (
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

1414
require (
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

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
code.gitea.io/sdk/gitea v0.20.0 h1:Zm/QDwwZK1awoM4AxdjeAQbxolzx2rIP8dDfmKu+KoU=
22
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=
35
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
46
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
57
github.com/42wim/httpsig v1.2.1 h1:oLBxptMe9U4ZmSGtkosT8Dlfg31P3VQnAGq6psXv82Y=
68
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=
711
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
812
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
913
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=

0 commit comments

Comments
 (0)