Skip to content

Commit ab8d663

Browse files
committed
make gen
1 parent 3353e3d commit ab8d663

3 files changed

Lines changed: 58 additions & 59 deletions

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "marmot Provider"
4-
subcategory: ""
54
description: |-
65
76
---

tools/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/Masterminds/goutils v1.1.1 // indirect
1515
github.com/Masterminds/semver/v3 v3.2.0 // indirect
1616
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
17-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
17+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
1818
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
1919
github.com/armon/go-radix v1.0.0 // indirect
2020
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
@@ -23,7 +23,7 @@ require (
2323
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
2424
github.com/cli/go-gh/v2 v2.11.2 // indirect
2525
github.com/cli/safeexec v1.0.0 // indirect
26-
github.com/cloudflare/circl v1.3.7 // indirect
26+
github.com/cloudflare/circl v1.6.1 // indirect
2727
github.com/fatih/color v1.16.0 // indirect
2828
github.com/fsnotify/fsnotify v1.5.4 // indirect
2929
github.com/go-openapi/errors v0.20.2 // indirect
@@ -43,10 +43,10 @@ require (
4343
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4444
github.com/hashicorp/go-uuid v1.0.3 // indirect
4545
github.com/hashicorp/go-version v1.7.0 // indirect
46-
github.com/hashicorp/hc-install v0.9.1 // indirect
46+
github.com/hashicorp/hc-install v0.9.2 // indirect
4747
github.com/hashicorp/hcl v1.0.0 // indirect
48-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
49-
github.com/hashicorp/terraform-json v0.24.0 // indirect
48+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
49+
github.com/hashicorp/terraform-json v0.25.0 // indirect
5050
github.com/huandu/xstrings v1.3.3 // indirect
5151
github.com/imdario/mergo v0.3.15 // indirect
5252
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -75,18 +75,18 @@ require (
7575
github.com/thanhpk/randstr v1.0.4 // indirect
7676
github.com/yuin/goldmark v1.7.7 // indirect
7777
github.com/yuin/goldmark-meta v1.1.0 // indirect
78-
github.com/zclconf/go-cty v1.16.2 // indirect
78+
github.com/zclconf/go-cty v1.16.3 // indirect
7979
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
8080
go.mongodb.org/mongo-driver v1.10.0 // indirect
81-
golang.org/x/crypto v0.36.0 // indirect
81+
golang.org/x/crypto v0.38.0 // indirect
8282
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
83-
golang.org/x/mod v0.22.0 // indirect
83+
golang.org/x/mod v0.25.0 // indirect
8484
golang.org/x/net v0.37.0 // indirect
8585
golang.org/x/oauth2 v0.8.0 // indirect
86-
golang.org/x/sync v0.12.0 // indirect
87-
golang.org/x/sys v0.31.0 // indirect
88-
golang.org/x/term v0.30.0 // indirect
89-
golang.org/x/text v0.23.0 // indirect
86+
golang.org/x/sync v0.15.0 // indirect
87+
golang.org/x/sys v0.33.0 // indirect
88+
golang.org/x/term v0.32.0 // indirect
89+
golang.org/x/text v0.26.0 // indirect
9090
google.golang.org/appengine v1.6.7 // indirect
9191
google.golang.org/protobuf v1.33.0 // indirect
9292
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)