Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d5df70

Browse files
chore: bump github.com/hashicorp/hc-install from 0.6.3 to 0.7.0
Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.6.3 to 0.7.0.- [Release notes](https://github.com/hashicorp/hc-install/releases)- [Commits](hashicorp/hc-install@v0.6.3...v0.7.0)---updated-dependencies:- dependency-name: github.com/hashicorp/hc-install dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
1 parent00f6cfe commit0d5df70

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ require (
121121
github.com/hashicorp/go-multierrorv1.1.1
122122
github.com/hashicorp/go-reapv0.0.0-20170704170343-bf58d8a43e7b
123123
github.com/hashicorp/go-versionv1.7.0
124-
github.com/hashicorp/hc-installv0.6.3
124+
github.com/hashicorp/hc-installv0.7.0
125125
github.com/hashicorp/terraform-config-inspectv0.0.0-20211115214459-90acf1ca460f
126126
github.com/hashicorp/terraform-jsonv0.22.1
127127
github.com/hashicorp/yamuxv0.1.1
@@ -233,7 +233,7 @@ require (
233233
github.com/Microsoft/go-winiov0.6.1// indirect
234234
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5// indirect
235235
github.com/OneOfOne/xxhashv1.2.8// indirect
236-
github.com/ProtonMail/go-cryptov1.1.0-alpha.0// indirect
236+
github.com/ProtonMail/go-cryptov1.1.0-alpha.2// indirect
237237
github.com/agext/levenshteinv1.2.3// indirect
238238
github.com/agnivade/levenshteinv1.1.1// indirect
239239
github.com/akutz/memconnv0.1.0// indirect

‎go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
5151
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
5252
github.com/OneOfOne/xxhashv1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=
5353
github.com/OneOfOne/xxhashv1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q=
54-
github.com/ProtonMail/go-cryptov1.1.0-alpha.0 h1:nHGfwXmFvJrSR9xu8qL7BkO4DqTHXE9N5vPhgY2I+j0=
55-
github.com/ProtonMail/go-cryptov1.1.0-alpha.0/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
54+
github.com/ProtonMail/go-cryptov1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg=
55+
github.com/ProtonMail/go-cryptov1.1.0-alpha.2/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
5656
github.com/acarl005/stripansiv0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
5757
github.com/acarl005/stripansiv0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
5858
github.com/adrg/xdgv0.4.0 h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=
@@ -523,8 +523,8 @@ github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09
523523
github.com/hashicorp/golang-lruv1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
524524
github.com/hashicorp/golang-lru/v2v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
525525
github.com/hashicorp/golang-lru/v2v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
526-
github.com/hashicorp/hc-installv0.6.3 h1:yE/r1yJvWbtrJ0STwScgEnCanb0U9v7zp0Gbkmcoxqs=
527-
github.com/hashicorp/hc-installv0.6.3/go.mod h1:KamGdbodYzlufbWh4r9NRo8y6GLHWZP2GBtdnms1Ln0=
526+
github.com/hashicorp/hc-installv0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
527+
github.com/hashicorp/hc-installv0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
528528
github.com/hashicorp/hclv0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
529529
github.com/hashicorp/hclv1.0.1-vault-5 h1:kI3hhbbyzr4dldA8UdTb7ZlVVlI2DACdCfz31RPDgJM=
530530
github.com/hashicorp/hclv1.0.1-vault-5/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=
@@ -802,8 +802,8 @@ github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b/go.mod h1:dA0hQrY
802802
github.com/secure-systems-lab/go-securesystemslibv0.7.0 h1:OwvJ5jQf9LnIAS83waAjPbcMsODrTQUpJ02eNLUoxBg=
803803
github.com/secure-systems-lab/go-securesystemslibv0.7.0/go.mod h1:/2gYnlnHVQ6xeGtfIqFy7Do03K4cdCY0A/GlJLDKLHI=
804804
github.com/sergi/go-diffv1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
805-
github.com/sergi/go-diffv1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
806-
github.com/sergi/go-diffv1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
805+
github.com/sergi/go-diffv1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
806+
github.com/sergi/go-diffv1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
807807
github.com/sirupsen/logrusv1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
808808
github.com/sirupsen/logrusv1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
809809
github.com/sirupsen/logrusv1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp