Skip to content

Commit a9c442a

Browse files
authored
INFINITY-2429 Fix Go vendoring and use vendoring consistently (d2iq-archive#1630)
* INFINITY-2429 Fix Go vendoring and use vendoring consistently * Configure vendoring for bootstrap * Use 'govendor' instead of 'clivendor'. Update docs/scripts
1 parent 9ad637a commit a9c442a

File tree

568 files changed

+1164
-98366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+1164
-98366
lines changed

frameworks/cassandra/cli/dcos-cassandra/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ package main
22

33
import (
44
"github.com/mesosphere/dcos-commons/cli"
5-
"gopkg.in/alecthomas/kingpin.v2"
5+
"gopkg.in/alecthomas/kingpin.v3-unstable"
66
)
77

88
func main() {
99
app := cli.New()
1010
cli.HandleDefaultSections(app)
11-
1211
kingpin.MustParse(app.Parse(cli.GetArguments()))
1312
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../govendor/

frameworks/cassandra/cli/dcos-cassandra/vendor/vendor.json

Lines changed: 0 additions & 67 deletions
This file was deleted.

frameworks/elastic/cli/dcos-elastic/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ package main
22

33
import (
44
"github.com/mesosphere/dcos-commons/cli"
5-
"gopkg.in/alecthomas/kingpin.v2"
5+
"gopkg.in/alecthomas/kingpin.v3-unstable"
66
)
77

88
func main() {
99
app := cli.New()
10-
1110
cli.HandleDefaultSections(app)
12-
1311
kingpin.MustParse(app.Parse(cli.GetArguments()))
1412
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../govendor/

frameworks/elastic/cli/dcos-elastic/vendor/github.com/alecthomas/template/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

frameworks/elastic/cli/dcos-elastic/vendor/github.com/alecthomas/template/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)