Skip to content

Commit

Permalink
Update deps & bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlp committed Oct 31, 2018
1 parent 70a774b commit c8b8382
Show file tree
Hide file tree
Showing 6,187 changed files with 760,241 additions and 234,124 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions antifreeze.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io/ioutil"
"os"

"github.com/cloudfoundry/cli/plugin"
"code.cloudfoundry.org/cli/plugin"

"gopkg.in/yaml.v2"
)
Expand Down Expand Up @@ -50,12 +50,12 @@ func (c *AntifreezePlugin) GetMetadata() plugin.PluginMetadata {
Name: "antifreeze",
Version: plugin.VersionType{
Major: 0,
Minor: 3,
Minor: 4,
Build: 0,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Minor: 7,
Minor: 30,
Build: 0,
},
Commands: []plugin.Command{
Expand Down
4 changes: 2 additions & 2 deletions antifreeze_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main_test
import (
"testing"

"github.com/cloudfoundry/cli/plugin/models"
"github.com/cloudfoundry/cli/plugin/pluginfakes"
"code.cloudfoundry.org/cli/plugin/models"
"code.cloudfoundry.org/cli/plugin/pluginfakes"
. "github.com/odlp/antifreeze"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
Expand Down
11 changes: 8 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package: github.com/odlp/antifreeze
import:
- package: github.com/cloudfoundry/cli
version: 20c7d6fb8eb75562c66b4d35423b3788295fc932
subpackages:
- plugin
- plugin/models
Expand All @@ -24,7 +23,6 @@ import:
- reporters/stenographer
- types
- package: github.com/onsi/gomega
version: 7ce781ea776b2fd506491011353bded2e40c8467
subpackages:
- format
- internal/assertion
Expand All @@ -38,4 +36,3 @@ import:
- matchers/support/goraph/util
- types
- package: gopkg.in/yaml.v2
version: a83829b6f1293c91addabc89d0571c246397bbf4
15 changes: 15 additions & 0 deletions vendor/code.cloudfoundry.org/cli/.codeclimate.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/code.cloudfoundry.org/cli/.gitallowed

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/code.cloudfoundry.org/cli/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

169 changes: 169 additions & 0 deletions vendor/code.cloudfoundry.org/cli/.github/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8b8382

Please sign in to comment.