Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2022
1 parent 2dcb8dd commit 83a9e83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhat-developer/app-services-cli

go 1.18
go 1.18.9

require (
github.com/AlecAivazis/survey/v2 v2.3.6
Expand Down Expand Up @@ -35,14 +35,14 @@ require (
github.com/wtrocki/go-github-selfupdate v1.2.4
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
golang.org/x/oauth2 v0.2.0
golang.org/x/text v0.4.0
golang.org/x/oauth2 v0.3.0
golang.org/x/text v0.5.0
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/segmentio/analytics-go.v3 v3.1.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
k8s.io/api v0.25.5
k8s.io/apimachinery v0.26.0
k8s.io/client-go v0.26.0
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
)

Expand Down

0 comments on commit 83a9e83

Please sign in to comment.