Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all #734

Merged
merged 1 commit into from Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
)