Skip to content

Commit

Permalink
remove the vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 24, 2024
1 parent d225042 commit e267c20
Show file tree
Hide file tree
Showing 1,482 changed files with 52 additions and 497,919 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform.tfstate.backup
.terraform.lock.hcl

dist/
vendor/
#vendor/

#IntelliJ
.idea
48 changes: 47 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,55 @@
module terraform-nodeping

go 1.16
go 1.18

require (
github.com/gruntwork-io/terratest v0.32.14
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/agext/levenshtein v1.2.2 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/grpc v1.60.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
1,774 changes: 4 additions & 1,770 deletions go.sum

Large diffs are not rendered by default.

53 changes: 0 additions & 53 deletions vendor/github.com/agext/levenshtein/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/agext/levenshtein/.travis.yml

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/agext/levenshtein/DCO

This file was deleted.

201 changes: 0 additions & 201 deletions vendor/github.com/agext/levenshtein/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/agext/levenshtein/MAINTAINERS

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/agext/levenshtein/NOTICE

This file was deleted.

Loading

0 comments on commit e267c20

Please sign in to comment.