Skip to content

Commit

Permalink
[Bot] push changes from Files.com
Browse files Browse the repository at this point in the history
  • Loading branch information
files-opensource-bot committed Jul 18, 2024
1 parent b3ff4f0 commit 61feba1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
required_providers {
files = {
source = "Files-com/files"
version = "0.1.9"
version = "0.1.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion _VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.10
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Files-com/terraform-provider-files
go 1.21

require (
github.com/Files-com/files-sdk-go/v3 v3.2.21
github.com/Files-com/files-sdk-go/v3 v3.2.22
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.9.0
github.com/hashicorp/terraform-plugin-testing v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/Files-com/files-sdk-go/v3 v3.2.21 h1:GsOlpia5nFWXVka/RhKGdV0IV2kv0fbgXK0dbxSnk2Q=
github.com/Files-com/files-sdk-go/v3 v3.2.21/go.mod h1:pVcF6rsJyT2r2bckUeJXRBC9FF6zb+Ke67E/nK8iKtc=
github.com/Files-com/files-sdk-go/v3 v3.2.22 h1:hXx7u/S6ZjPy1eRlE7N4Nx96Ofq/Wg6wTDQ9rg1uHFc=
github.com/Files-com/files-sdk-go/v3 v3.2.22/go.mod h1:pVcF6rsJyT2r2bckUeJXRBC9FF6zb+Ke67E/nK8iKtc=
github.com/Kunde21/markdownfmt/v3 v3.1.0 h1:KiZu9LKs+wFFBQKhrZJrFZwtLnCCWJahL+S+E/3VnM0=
github.com/Kunde21/markdownfmt/v3 v3.1.0/go.mod h1:tPXN1RTyOzJwhfHoon9wUr4HGYmWgVxSQN6VBJDkrVc=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
Expand Down

0 comments on commit 61feba1

Please sign in to comment.