Skip to content

Commit e512e37

Browse files
Paddy Carverpaddycarver
authored andcommitted
Run go mod tidy.
Run `go mod tidy` after recent dependency changes.
1 parent 5747fc3 commit e512e37

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.15
55
require (
66
cloud.google.com/go v0.61.0 // indirect
77
github.com/agext/levenshtein v1.2.2 // indirect
8-
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
98
github.com/apparentlymart/go-cidr v1.0.1
109
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0
1110
github.com/aws/aws-sdk-go v1.25.3 // indirect
@@ -15,7 +14,6 @@ require (
1514
github.com/golang/snappy v0.0.1
1615
github.com/google/go-cmp v0.5.5
1716
github.com/hashicorp/errwrap v1.0.0
18-
github.com/hashicorp/go-cleanhttp v0.5.2
1917
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
2018
github.com/hashicorp/go-hclog v0.15.0
2119
github.com/hashicorp/go-multierror v1.0.0
@@ -28,7 +26,6 @@ require (
2826
github.com/hashicorp/terraform-json v0.10.0
2927
github.com/hashicorp/terraform-plugin-go v0.3.0
3028
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
31-
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba
3229
github.com/kylelemons/godebug v1.1.0 // indirect
3330
github.com/mitchellh/copystructure v1.0.0
3431
github.com/mitchellh/go-testing-interface v1.0.4

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugX
4343
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
4444
github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=
4545
github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
46-
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 h1:w1UutsfOrms1J05zt7ISrnJIXKzwaspym5BTKGx93EI=
47-
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=
4846
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=
4947
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
5048
github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f/go.mod h1:k8feO4+kXDxro6ErPXBRTJ/ro2mf0SsFG8s7doP9kJE=
@@ -223,8 +221,6 @@ github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfE
223221
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
224222
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=
225223
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
226-
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba h1:NARVGAAgEXvoMeNPHhPFt1SBt1VMznA3Gnz9d0qj+co=
227-
github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba/go.mod h1:ghbZscTyKdM07+Fw3KSi0hcJm+AlEUWj8QLlPtijN/M=
228224
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
229225
github.com/klauspost/compress v1.11.2 h1:MiK62aErc3gIiVEtyzKfeOHgW7atJb5g/KNX5m3c2nQ=
230226
github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=

0 commit comments

Comments
 (0)