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

Update deps with go mod tidy #1118

Merged
merged 1 commit into from
Nov 22, 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
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,46 @@ require (
github.com/fluxcd/helm-controller/api v0.11.2
github.com/fluxcd/kustomize-controller/api v0.16.0
github.com/fluxcd/pkg/apis/meta v0.10.1
github.com/fluxcd/pkg/runtime v0.12.1 // indirect
github.com/fluxcd/pkg/ssa v0.2.0
github.com/fluxcd/source-controller v0.15.4 // indirect
github.com/fluxcd/source-controller v0.15.4
github.com/fluxcd/source-controller/api v0.15.4
github.com/freshautomations/stoml v0.7.0 // indirect
github.com/go-errors/errors v1.4.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.1.0
github.com/go-logr/zapr v1.1.0
github.com/go-openapi/spec v0.19.6 // indirect
github.com/go-resty/resty/v2 v2.6.0
github.com/gobuffalo/flect v0.2.2 // indirect
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/google/go-cmp v0.5.6
github.com/google/go-github/v32 v32.1.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts v1.1.1
github.com/helm/helm v2.17.0+incompatible // indirect
github.com/helm/helm v2.17.0+incompatible
github.com/jandelgado/gcov2lcov v1.0.5
github.com/jarcoal/httpmock v1.0.8
github.com/lithammer/dedent v1.1.0
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/ory/go-acc v0.2.6
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.29.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sclevine/agouti v0.0.0-20190613051229-00c1187c74ad
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/weaveworks/go-checkpoint v0.0.0-20170503165305-ebbb8b0518ab
github.com/weaveworks/pctl v0.8.0
go.uber.org/zap v1.19.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
Expand Down