Skip to content

Commit

Permalink
fix(deps): update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2023
1 parent 1d38e6a commit 1dcd41a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions cli/go.mod
Expand Up @@ -3,42 +3,42 @@ module github.com/GoogleCloudPlatform/cloud-foundation-toolkit/cli
go 1.16

require (
cloud.google.com/go/asset v1.0.1
cloud.google.com/go/storage v1.18.2
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.0.0-20220307174651-21d0dee0c8ea
github.com/GoogleCloudPlatform/config-validator v0.0.0-20211122204404-f3fd77c5c355
github.com/briandowns/spinner v1.16.0
github.com/fatih/color v1.13.0
github.com/gammazero/workerpool v1.1.2
github.com/go-git/go-git/v5 v5.4.2
github.com/golang/protobuf v1.5.2
github.com/gomarkdown/markdown v0.0.0-20220905174103-7b278df48cfb
cloud.google.com/go/asset v1.11.1
cloud.google.com/go/storage v1.29.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.0
github.com/GoogleCloudPlatform/config-validator 0dfa3040e8a4
github.com/briandowns/spinner v1.22.0
github.com/fatih/color v1.14.1
github.com/gammazero/workerpool v1.1.3
github.com/go-git/go-git/v5 v5.6.0
github.com/golang/protobuf v1.5.3
github.com/gomarkdown/markdown fc3f3a72c23a
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v47 v47.1.0
github.com/hashicorp/hcl/v2 v2.14.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
github.com/google/go-github/v50 v50.1.0
github.com/hashicorp/hcl/v2 v2.16.1
github.com/hashicorp/terraform-config-inspect d7dec65d5f3a
github.com/iancoleman/strcase v0.2.0
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/manifoldco/promptui v0.9.0
github.com/migueleliasweb/go-github-mock v0.0.12
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64
github.com/migueleliasweb/go-github-mock v0.0.16
github.com/mitchellh/go-testing-interface 2d9075ca8770
github.com/open-policy-agent/gatekeeper v3.0.4-beta.2+incompatible // indirect
github.com/open-policy-agent/opa v0.34.2
github.com/otiai10/copy v1.6.0
github.com/otiai10/copy v1.9.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.8.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/zclconf/go-cty v1.10.0 // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
google.golang.org/api v0.58.0
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12
golang.org/x/oauth2 v0.5.0
google.golang.org/api v0.111.0
google.golang.org/genproto 7f2fa6fef1f4
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/kustomize/kyaml v0.13.9
sigs.k8s.io/yaml v1.2.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/kustomize/kyaml v0.14.0
sigs.k8s.io/yaml v1.3.0
)

replace github.com/open-policy-agent/gatekeeper v3.0.4-beta.2+incompatible => github.com/open-policy-agent/gatekeeper v0.0.0-20210409021048-9b5e4cfe5d7e

0 comments on commit 1dcd41a

Please sign in to comment.