Skip to content

Commit

Permalink
chore(deps): update all (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 21, 2021
1 parent 144189e commit 3e9c7fd
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/modular-docs-publish.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: make docs/generate-modular-docs
name: Generate modular-docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: modular-docs # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
23 changes: 11 additions & 12 deletions go.mod
Expand Up @@ -3,36 +3,35 @@ module github.com/redhat-developer/app-services-cli
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.2.9
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/BurntSushi/toml v0.3.1
github.com/MakeNowJust/heredoc v1.0.0
github.com/Nerzal/gocloak/v7 v7.11.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.10.0
github.com/fatih/color v1.12.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/nicksnyder/go-i18n/v2 v2.1.2
github.com/openconfig/goyang v0.2.4
github.com/openconfig/goyang v0.2.5
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/redhat-developer/app-services-sdk-go v0.3.3
github.com/redhat-developer/service-binding-operator v0.7.1
github.com/redhat-developer/app-services-sdk-go v0.3.4
github.com/redhat-developer/service-binding-operator v0.8.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1
golang.org/x/text v0.3.6
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.19.4
sigs.k8s.io/controller-runtime v0.6.4
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
sigs.k8s.io/controller-runtime v0.9.0
)

0 comments on commit 3e9c7fd

Please sign in to comment.