Skip to content

Commit 446c9a2

Browse files
author
mikatong
committed
go mod tidy
1 parent 86594a6 commit 446c9a2

File tree

2 files changed

+2
-98
lines changed

2 files changed

+2
-98
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ require (
1313
github.com/zclconf/go-cty v1.13.3
1414
)
1515

16-
require github.com/apparentlymart/go-textseg v1.0.0 // indirect
17-
1816
require (
1917
cloud.google.com/go v0.105.0 // indirect
2018
cloud.google.com/go/compute v1.12.1 // indirect
@@ -38,7 +36,7 @@ require (
3836
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3937
github.com/golang/protobuf v1.5.2 // indirect
4038
github.com/google/go-cmp v0.5.9 // indirect
41-
github.com/google/uuid v1.3.0 // indirect
39+
github.com/google/uuid v1.3.0
4240
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
4341
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
4442
github.com/hashicorp/consul/api v1.25.1 // indirect
@@ -59,7 +57,6 @@ require (
5957
github.com/hashicorp/go-version v1.6.0 // indirect
6058
github.com/hashicorp/golang-lru v0.5.4 // indirect
6159
github.com/hashicorp/hcl v1.0.0 // indirect
62-
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
6360
github.com/hashicorp/serf v0.10.1 // indirect
6461
github.com/hashicorp/vault/api v1.10.0 // indirect
6562
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -72,7 +69,7 @@ require (
7269
github.com/mattn/go-colorable v0.1.13 // indirect
7370
github.com/mattn/go-isatty v0.0.17 // indirect
7471
github.com/mitchellh/go-fs v0.0.0-20180402235330-b7b9ca407fff // indirect
75-
github.com/mitchellh/go-homedir v1.1.0 // indirect
72+
github.com/mitchellh/go-homedir v1.1.0
7673
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
7774
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
7875
github.com/mitchellh/iochan v1.0.0 // indirect

0 commit comments

Comments
 (0)