Skip to content

Commit

Permalink
Update okgo dependency to 1.0.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake authored May 3, 2018
1 parent a9e8d28 commit 5205154
Show file tree
Hide file tree
Showing 18 changed files with 148 additions and 125 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ required = ["golang.org/x/lint"]
version = "1.3.0"

[[constraint]]
branch = "master"
name = "github.com/palantir/okgo"
version = "1.0.0"

[[constraint]]
branch = "master"
Expand Down
15 changes: 3 additions & 12 deletions integration_test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const (
okgoPluginLocator = "com.palantir.okgo:check-plugin:1.0.0-rc4"
okgoPluginLocator = "com.palantir.okgo:check-plugin:1.0.0"
okgoPluginResolver = "https://palantir.bintray.com/releases/{{GroupPath}}/{{Product}}/{{Version}}/{{Product}}-{{Version}}-{{OS}}-{{Arch}}.tgz"
)

Expand Down Expand Up @@ -123,22 +123,13 @@ checks:
WantOutput: `Upgraded configuration for check-plugin.yml
`,
WantFiles: map[string]string{
"godel/config/check-plugin.yml": `release-tag: ""
checks:
"godel/config/check-plugin.yml": `checks:
golint:
skip: false
priority: null
config: {}
filters:
- type: ""
value: should have comment or be unexported
- value: should have comment or be unexported
exclude:
names:
- .*.pb.go
paths: []
exclude:
names: []
paths: []
`,
},
},
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/palantir/okgo/.circleci/config.yml

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

70 changes: 60 additions & 10 deletions vendor/github.com/palantir/okgo/Gopkg.lock

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

2 changes: 1 addition & 1 deletion vendor/github.com/palantir/okgo/Gopkg.toml

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

32 changes: 7 additions & 25 deletions vendor/github.com/palantir/okgo/README.md

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

2 changes: 1 addition & 1 deletion vendor/github.com/palantir/okgo/cmd/check.go

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

58 changes: 30 additions & 28 deletions vendor/github.com/palantir/okgo/cmd/plugininfo.go

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

19 changes: 13 additions & 6 deletions vendor/github.com/palantir/okgo/cmd/root.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/palantir/okgo/cmd/run.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/palantir/okgo/cmd/upgradeconfig.go

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

Loading

0 comments on commit 5205154

Please sign in to comment.