Skip to content

Commit

Permalink
fix(deps): update golang
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 25, 2022
1 parent 68ac1e6 commit 77d7ceb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cli/go.mod
Expand Up @@ -3,23 +3,23 @@ module github.com/timescale/tobs/cli
go 1.17

require (
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgx/v4 v4.13.0
github.com/jetstack/cert-manager v1.6.1
github.com/jackc/pgconn v1.11.0
github.com/jackc/pgx/v4 v4.15.0
github.com/jetstack/cert-manager v1.7.1
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/open-telemetry/opentelemetry-operator v0.35.0
github.com/open-telemetry/opentelemetry-operator v0.45.0
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.2.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.7.0
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/cli-runtime v0.22.2
k8s.io/client-go v0.22.2
helm.sh/helm/v3 v3.8.0
k8s.io/api v0.23.4
k8s.io/apiextensions-apiserver v0.23.4
k8s.io/apimachinery v0.23.4
k8s.io/cli-runtime v0.23.4
k8s.io/client-go v0.23.4
sigs.k8s.io/yaml v1.3.0
)

Expand Down

0 comments on commit 77d7ceb

Please sign in to comment.