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

Commitfce14fb

Browse files
chore: bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0 (#14145)
* chore: bump github.com/hashicorp/hc-install from 0.7.0 to 0.8.0Bumps [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) from 0.7.0 to 0.8.0.- [Release notes](https://github.com/hashicorp/hc-install/releases)- [Commits](hashicorp/hc-install@v0.7.0...v0.8.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>* [dependabot skip] Update Nix Flake SRI Hash---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent33beb9b commitfce14fb

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

‎flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
name="coder-${osArch}";
118118
# Updated with ./scripts/update-flake.sh`.
119119
# This should be updated whenever go.mod changes!
120-
vendorHash="sha256-K6VCBasT6qJeehjXCIUsNylVO8VynjoHDythSBHOI6A=";
120+
vendorHash="sha256-sDrZxk02nnYwXHJoMsgxm/sRZqFFIaGIXl35wxL4eco=";
121121
proxyVendor=true;
122122
src=./.;
123123
nativeBuildInputs=withpkgs;[getoptopensslzstd];

‎go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ require (
119119
github.com/hashicorp/go-multierrorv1.1.1
120120
github.com/hashicorp/go-reapv0.0.0-20170704170343-bf58d8a43e7b
121121
github.com/hashicorp/go-versionv1.7.0
122-
github.com/hashicorp/hc-installv0.7.0
122+
github.com/hashicorp/hc-installv0.8.0
123123
github.com/hashicorp/terraform-config-inspectv0.0.0-20211115214459-90acf1ca460f
124124
github.com/hashicorp/terraform-jsonv0.22.1
125125
github.com/hashicorp/yamuxv0.1.1
@@ -211,6 +211,7 @@ require (
211211
github.com/alecthomas/chroma/v2v2.14.0// indirect
212212
github.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.11.2// indirect
213213
github.com/go-jose/go-jose/v4v4.0.2// indirect
214+
github.com/hashicorp/go-retryablehttpv0.7.7// indirect
214215
github.com/pion/transport/v2v2.0.0// indirect
215216
github.com/tdewolff/testv1.0.11-0.20240106005702-7de5f7df4739// indirect
216217
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.53.0// indirect
@@ -313,7 +314,7 @@ require (
313314
github.com/hashicorp/errwrapv1.1.0// indirect
314315
github.com/hashicorp/go-cleanhttpv0.5.2// indirect
315316
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320// indirect
316-
github.com/hashicorp/go-hclogv1.5.0// indirect
317+
github.com/hashicorp/go-hclogv1.6.3// indirect
317318
github.com/hashicorp/go-uuidv1.0.3// indirect
318319
github.com/hashicorp/hclv1.0.1-vault-5// indirect
319320
github.com/hashicorp/hcl/v2v2.21.0

‎go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,16 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
531531
github.com/hashicorp/go-cleanhttpv0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
532532
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320 h1:1/D3zfFHttUKaCaGKZ/dR2roBXv0vKbSCnssIldfQdI=
533533
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320/go.mod h1:EiZBMaudVLy8fmjf9Npq1dq9RalhveqZG5w/yz3mHWs=
534-
github.com/hashicorp/go-hclogv1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=
535-
github.com/hashicorp/go-hclogv1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
534+
github.com/hashicorp/go-hclogv1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
535+
github.com/hashicorp/go-hclogv1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
536536
github.com/hashicorp/go-multierrorv1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
537537
github.com/hashicorp/go-multierrorv1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
538538
github.com/hashicorp/go-pluginv1.4.4 h1:NVdrSdFRt3SkZtNckJ6tog7gbpRrcbOjQi/rgF7JYWQ=
539539
github.com/hashicorp/go-pluginv1.4.4/go.mod h1:viDMjcLJuDui6pXb8U4HVfb8AamCWhHGUjr2IrTF67s=
540540
github.com/hashicorp/go-reapv0.0.0-20170704170343-bf58d8a43e7b h1:3GrpnZQBxcMj1gCXQLelfjCT1D5MPGTuGMKHVzSIH6A=
541541
github.com/hashicorp/go-reapv0.0.0-20170704170343-bf58d8a43e7b/go.mod h1:qIFzeFcJU3OIFk/7JreWXcUjFmcCaeHTH9KoNyHYVCs=
542+
github.com/hashicorp/go-retryablehttpv0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
543+
github.com/hashicorp/go-retryablehttpv0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
542544
github.com/hashicorp/go-secure-stdlib/parseutilv0.1.7 h1:UpiO20jno/eV1eVZcxqWnUohyKRe1g8FPV/xH1s/2qs=
543545
github.com/hashicorp/go-secure-stdlib/parseutilv0.1.7/go.mod h1:QmrqtbKuxxSWTN3ETMPuB+VtEiBJ/A9XhoYGv8E1uD8=
544546
github.com/hashicorp/go-secure-stdlib/strutilv0.1.2 h1:kes8mmyCpxJsI7FTwtzRqEy9CdjCtrXrXGuOpxEA7Ts=
@@ -552,8 +554,8 @@ github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09
552554
github.com/hashicorp/golang-lruv1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
553555
github.com/hashicorp/golang-lru/v2v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
554556
github.com/hashicorp/golang-lru/v2v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
555-
github.com/hashicorp/hc-installv0.7.0 h1:Uu9edVqjKQxxuD28mR5TikkKDd/p55S8vzPC1659aBk=
556-
github.com/hashicorp/hc-installv0.7.0/go.mod h1:ELmmzZlGnEcqoUMKUuykHaPCIR1sYLYX+KSggWSKZuA=
557+
github.com/hashicorp/hc-installv0.8.0 h1:LdpZeXkZYMQhoKPCecJHlKvUkQFixN/nvyR1CdfOLjI=
558+
github.com/hashicorp/hc-installv0.8.0/go.mod h1:+MwJYjDfCruSD/udvBmRB22Nlkwwkwf5sAB6uTIhSaU=
557559
github.com/hashicorp/hclv0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
558560
github.com/hashicorp/hclv1.0.1-vault-5 h1:kI3hhbbyzr4dldA8UdTb7ZlVVlI2DACdCfz31RPDgJM=
559561
github.com/hashicorp/hclv1.0.1-vault-5/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp