Skip to content

Commit eb87341

Browse files
committed
fixup vendoring issues
1 parent 454031c commit eb87341

File tree

4 files changed

+34
-29
lines changed

4 files changed

+34
-29
lines changed

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga
1818
github.com/go-ldap/ldap v3.0.2+incompatible/go.mod h1:qfd9rJvER9Q0/D/Sqn1DfHRoBp40uXYvFoEVrNEPqRc=
1919
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
2020
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
21-
github.com/golang/mock v1.1.1 h1:G5FRp8JnTd7RQH5kemVNlMeyXQAztQ3mOWV95KxsXH8=
2221
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
2322
github.com/golang/mock v1.3.1 h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=
2423
github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
@@ -92,7 +91,6 @@ github.com/shabbyrobe/gocovmerge v0.0.0-20180507124511-f6ea450bfb63/go.mod h1:n+
9291
github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=
9392
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
9493
github.com/spf13/afero v1.2.1/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
95-
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
9694
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
9795
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
9896
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

vendor/github.com/hashicorp/hcl/.gitignore

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/Makefile

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# github.com/aws/aws-sdk-go v1.23.2
2+
## explicit
23
github.com/aws/aws-sdk-go/aws
34
github.com/aws/aws-sdk-go/aws/awserr
45
github.com/aws/aws-sdk-go/aws/awsutil
@@ -42,6 +43,7 @@ github.com/cpuguy83/go-md2man/v2/md2man
4243
# github.com/davecgh/go-spew v1.1.1
4344
github.com/davecgh/go-spew/spew
4445
# github.com/golang/mock v1.3.1
46+
## explicit
4547
github.com/golang/mock/gomock
4648
# github.com/golang/snappy v0.0.1
4749
github.com/golang/snappy
@@ -68,6 +70,7 @@ github.com/hashicorp/hcl/json/parser
6870
github.com/hashicorp/hcl/json/scanner
6971
github.com/hashicorp/hcl/json/token
7072
# github.com/hashicorp/vault/api v1.0.4
73+
## explicit
7174
github.com/hashicorp/vault/api
7275
# github.com/hashicorp/vault/sdk v0.1.13
7376
github.com/hashicorp/vault/sdk/helper/compressutil
@@ -79,13 +82,15 @@ github.com/hashicorp/vault/sdk/helper/strutil
7982
# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
8083
github.com/jmespath/go-jmespath
8184
# github.com/johannesboyne/gofakes3 v0.0.0-20190901124954-96fabbd7f68a
85+
## explicit
8286
github.com/johannesboyne/gofakes3
8387
github.com/johannesboyne/gofakes3/backend/s3mem
8488
github.com/johannesboyne/gofakes3/internal/goskipiter
8589
github.com/johannesboyne/gofakes3/internal/s3io
8690
# github.com/mitchellh/go-homedir v1.1.0
8791
github.com/mitchellh/go-homedir
8892
# github.com/mitchellh/mapstructure v1.1.2
93+
## explicit
8994
github.com/mitchellh/mapstructure
9095
# github.com/pierrec/lz4 v2.0.5+incompatible
9196
github.com/pierrec/lz4
@@ -103,9 +108,11 @@ github.com/shabbyrobe/gocovmerge
103108
# github.com/shurcooL/sanitized_anchor_name v1.0.0
104109
github.com/shurcooL/sanitized_anchor_name
105110
# github.com/stretchr/testify v1.4.0
111+
## explicit
106112
github.com/stretchr/testify/assert
107113
github.com/stretchr/testify/require
108114
# github.com/urfave/cli/v2 v2.2.0
115+
## explicit
109116
github.com/urfave/cli/v2
110117
# golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
111118
golang.org/x/crypto/ed25519

0 commit comments

Comments
 (0)