Skip to content

Commit

Permalink
refactor: implement plugin mods
Browse files Browse the repository at this point in the history
Signed-off-by: Kush <[email protected]>
  • Loading branch information
kushsharma committed Jul 30, 2021
1 parent 621dc7d commit 631527a
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- dir: ./task/bq2bq
main: .
id: "bq2bq"
binary: "optimus-task-bq2bq_{{.Version}}_{{.Os}}_{{.Arch}}"
binary: "optimus-bq2bq_{{.Os}}_{{.Arch}}"
ldflags:
- -s -w -X main.Version={{.Version}} -X main.Image=docker.io/odpf/optimus-task-bq2bq
goos:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ builds:
- dir: ./task/bq2bq
main: .
id: "bq2bq"
binary: "optimus-task-bq2bq_{{.Version}}_{{.Os}}_{{.Arch}}"
binary: "optimus-bq2bq_{{.Os}}_{{.Arch}}"
ldflags:
- -s -w -X main.Version={{.Version}} -X main.Image=docker.io/odpf/optimus-task-bq2bq
goos:
Expand Down
3 changes: 1 addition & 2 deletions task/bq2bq/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/googleapis/google-cloud-go-testing v0.0.0-20210427215956-1487aa9ec5b0
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-plugin v1.4.2
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/odpf/optimus v0.0.2-alpha.2.0.20210702064521-d11711f33be4
github.com/odpf/optimus v0.0.3-0.20210730103049-7aca79c3a912
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.3.1
Expand Down
Loading

0 comments on commit 631527a

Please sign in to comment.