We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c00bb commit 40d9dccCopy full SHA for 40d9dcc
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/madewithlove/terraform-laravel-forge
+module github.com/madewithlove/terraform-provider-forge
2
3
go 1.19
4
@@ -58,9 +58,7 @@ require (
58
github.com/shopspring/decimal v1.3.1 // indirect
59
github.com/spf13/cast v1.5.0 // indirect
60
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
61
- github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
62
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
63
- github.com/vmihailenco/tagparser v0.1.2 // indirect
64
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
65
github.com/zclconf/go-cty v1.13.1 // indirect
66
golang.org/x/crypto v0.7.0 // indirect
0 commit comments