Skip to content

Commit 66ef55d

Browse files
authored
cleanup deploy.hcl sha (#343)
1 parent f6deb61 commit 66ef55d

3 files changed

Lines changed: 66 additions & 1 deletion

File tree

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ require (
5353
github.com/urfave/cli v1.22.10
5454
github.com/xanzy/go-gitlab v0.70.0
5555
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
56+
go.mercari.io/hcledit v0.0.8
5657
golang.org/x/crypto v0.5.0
5758
golang.org/x/mod v0.6.0
5859
golang.org/x/oauth2 v0.5.0
@@ -71,6 +72,8 @@ require (
7172
cloud.google.com/go/longrunning v0.3.0 // indirect
7273
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
7374
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
75+
github.com/agext/levenshtein v1.2.2 // indirect
76+
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
7477
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a // indirect
7578
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect
7679
github.com/aws/aws-sdk-go-v2/credentials v1.12.18 // indirect
@@ -94,12 +97,14 @@ require (
9497
github.com/google/gnostic v0.5.7-v3refs // indirect
9598
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
9699
github.com/hashicorp/go-uuid v1.0.3 // indirect
100+
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
97101
github.com/kylelemons/godebug v1.1.0 // indirect
98102
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
99103
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
100104
github.com/pluralsh/controller-reconcile-helper v0.0.4 // indirect
101105
github.com/stretchr/objx v0.5.0 // indirect
102106
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
107+
github.com/zclconf/go-cty v1.10.0 // indirect
103108
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
104109
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
105110
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)