Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2022
1 parent 5d9f0fb commit bd99769
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions go.mod
Expand Up @@ -10,11 +10,11 @@ require (
code.cloudfoundry.org/localip v0.0.0-20220131190813-865a62baabe7
code.cloudfoundry.org/urljoiner v0.0.0-20170223060717-5cabba6c0a50
github.com/DataDog/datadog-go/v5 v5.1.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.4
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.6
github.com/Masterminds/squirrel v1.5.3
github.com/NYTimes/gziphandler v1.1.1
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
github.com/aws/aws-sdk-go v1.44.68
github.com/aws/aws-sdk-go v1.44.79
github.com/caarlos0/env/v6 v6.9.3
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/concourse/dex v1.1.0
Expand Down Expand Up @@ -49,8 +49,8 @@ require (
github.com/kr/pty v1.1.8
github.com/krishicks/yaml-patch v0.0.10
github.com/lib/pq v1.10.6
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.16
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/miekg/dns v1.1.50
Expand All @@ -64,7 +64,7 @@ require (
github.com/peterhellberg/link v1.1.0
github.com/pkg/errors v0.9.1
github.com/pkg/term v1.1.1-0.20201205102247-e502d17f6e7f
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_golang v1.13.0
github.com/racksec/srslog v0.0.0-20180709174129-a4725f04ec91
github.com/sirupsen/logrus v1.9.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Expand All @@ -84,17 +84,17 @@ require (
go.opentelemetry.io/otel/oteltest v1.0.0-RC3
go.opentelemetry.io/otel/sdk v1.9.0
go.opentelemetry.io/otel/trace v1.9.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
golang.org/x/crypto bc19a97f63c8
golang.org/x/oauth2 8227340efae7
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.0.0-20220731174439-a90be440212d
golang.org/x/sys 5a390386f1f2
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
google.golang.org/grpc v1.48.0
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.24.3
k8s.io/apimachinery v0.24.3
k8s.io/client-go v0.24.3
k8s.io/apimachinery v0.24.4
k8s.io/client-go v1.5.2
sigs.k8s.io/yaml v1.3.0
)

Expand Down

0 comments on commit bd99769

Please sign in to comment.