Skip to content

Commit

Permalink
deps: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 18, 2020
1 parent cb5688b commit 8a037ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/kylelemons/godebug v1.1.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.9.1
github.com/psampaz/go-mod-outdated v0.5.0
github.com/sendgrid/rest v2.4.1+incompatible
Expand All @@ -21,7 +22,9 @@ require (
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.5.1
github.com/yuin/goldmark v1.1.25
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/api v0.9.0
gopkg.in/src-d/go-git.v4 v4.13.1
k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
sigs.k8s.io/yaml v1.2.0
Expand Down
4 changes: 4 additions & 0 deletions pkg/gcp/build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ go_library(
"//pkg/command:go_default_library",
"//pkg/git:go_default_library",
"@com_github_google_uuid//:go_default_library",
"@com_github_olekukonko_tablewriter//:go_default_library",
"@com_github_pkg_errors//:go_default_library",
"@com_github_sirupsen_logrus//:go_default_library",
"@io_k8s_sigs_yaml//:go_default_library",
"@org_golang_google_api//cloudbuild/v1:go_default_library",
"@org_golang_google_api//option:go_default_library",
"@org_golang_x_net//context:go_default_library",
],
)

Expand Down

0 comments on commit 8a037ec

Please sign in to comment.