Skip to content

Commit 6794a4e

Browse files
authored
Migrate from github.com/tj/docopt to github.com/docopt/docopt-go (terraform-docs#91)
1 parent dce8ff7 commit 6794a4e

18 files changed

+1755
-1349
lines changed

AUTHORS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Amir Abushareb <[email protected]>
21
Amir Abu Shareb <[email protected]>
2+
Amir Abushareb <[email protected]>
33
Bill Wang <[email protected]>
44
Bill Wang <[email protected]>
5+
Chris Faulkner <[email protected]>
56
Chris Marchesi <[email protected]>
67
Daniel Fagnan <[email protected]>
78
Gavin Williams <[email protected]>
@@ -12,8 +13,8 @@ Joshua Bussdieker <[email protected]>
1213
Khosrow Moossavi <[email protected]>
1314
Martin Etmajer <[email protected]>
1415
Martin Etmajer <[email protected]>
15-
Matthew Baker <[email protected]>
1616
17+
Matthew Baker <[email protected]>
1718
Nick Walke <[email protected]>
1819
Sergiusz Urbaniak <[email protected]>
1920
Stuart Auld <[email protected]>

Gopkg.lock

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

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
version = "1.2.2"
3535

3636
[[constraint]]
37-
name = "github.com/tj/docopt"
38-
version = "1.0.0"
37+
name = "github.com/docopt/docopt.go"
38+
revision = "ee0de3bc6815ee19d4a46c7eb90f829db0e014b1"
3939

4040
[prune]
4141
go-tests = true

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import (
44
"fmt"
55
"log"
66

7+
"github.com/docopt/docopt.go"
78
"github.com/segmentio/terraform-docs/internal/pkg/doc"
89
"github.com/segmentio/terraform-docs/internal/pkg/print"
910
"github.com/segmentio/terraform-docs/internal/pkg/print/json"
1011
"github.com/segmentio/terraform-docs/internal/pkg/print/markdown"
1112
"github.com/segmentio/terraform-docs/internal/pkg/print/pretty"
1213
"github.com/segmentio/terraform-docs/internal/pkg/settings"
13-
"github.com/tj/docopt"
1414
)
1515

1616
var version = "dev"

vendor/github.com/tj/docopt/.travis.yml renamed to vendor/github.com/docopt/docopt.go/.travis.yml

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

vendor/github.com/tj/docopt/LICENSE renamed to vendor/github.com/docopt/docopt.go/LICENSE

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

vendor/github.com/docopt/docopt.go/README.md

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

vendor/github.com/docopt/docopt.go/doc.go

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

0 commit comments

Comments
 (0)