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

Use authenticated client for getLogsStreamReaderFor #93

Merged
merged 3 commits into from
Feb 9, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,35 @@ require (
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/evanphx/json-patch v4.4.0+incompatible // indirect
github.com/fatih/color v1.7.0
github.com/garyburd/redigo v1.6.0
github.com/getsentry/raven-go v0.2.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/gofuzz v1.0.0 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.0
github.com/goware/urlx v0.2.0 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/jarcoal/httpmock v1.0.4
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.6 // indirect
github.com/lib/pq v1.1.1
github.com/mattes/migrate v3.0.1+incompatible
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/newrelic/go-agent v1.4.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/robfig/cron v1.1.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.4
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.6.1
github.com/thingful/httpmock v0.0.2
github.com/tylerb/graceful v1.2.15
github.com/urfave/cli v1.20.0
github.com/urfave/negroni v1.0.0
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/klog v0.3.2 // indirect
k8s.io/kube-openapi v0.0.0-20190603182131-db7b694dc208 // indirect
k8s.io/utils v0.0.0-20190529001817-6999998975a7 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
k8s.io/api v0.20.10
k8s.io/apimachinery v0.20.10
k8s.io/client-go v0.20.10
)
Loading
Loading