Skip to content

Commit

Permalink
[ignore] Include generator as part of build to allow vendoring of req…
Browse files Browse the repository at this point in the history
…uired packages.
  • Loading branch information
samiib authored and lhercot committed May 14, 2024
1 parent 5a4d394 commit 9d3617b
Show file tree
Hide file tree
Showing 59 changed files with 30,127 additions and 6 deletions.
2 changes: 0 additions & 2 deletions gen/generator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build ignore

/*
Generates terraform provider code based on templates.
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ require (
github.com/ciscoecosystem/aci-go-client/v2 v2.28.1
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/hcl/v2 v2.20.0
github.com/hashicorp/terraform-plugin-framework v1.7.0
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.22.1
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-mux v0.15.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-plugin-testing v1.5.1
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819
golang.org/x/text v0.14.0
gopkg.in/yaml.v2 v2.4.0
)

require (
Expand All @@ -34,7 +38,6 @@ require (
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.3 // indirect
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.20.0 // indirect
github.com/hashicorp/terraform-json v0.21.0 // indirect
Expand All @@ -55,15 +58,12 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
124 changes: 124 additions & 0 deletions vendor/github.com/hashicorp/hcl/v2/hclwrite/ast.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions vendor/github.com/hashicorp/hcl/v2/hclwrite/ast_attribute.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9d3617b

Please sign in to comment.