Skip to content

Commit

Permalink
Update go package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-renovate committed Jan 31, 2023
1 parent 3e305cf commit 21d2c16
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions go.mod
Expand Up @@ -4,31 +4,31 @@ go 1.17

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/aws/aws-sdk-go v1.44.136
github.com/aws/aws-sdk-go v1.44.191
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dustin/go-humanize v1.0.0
github.com/go-git/go-git/v5 v5.4.2
github.com/dustin/go-humanize v1.0.1
github.com/go-git/go-git/v5 v5.5.2
github.com/google/uuid v1.3.0
github.com/johannesboyne/gofakes3 v0.0.0-20221110173912-32fb85c5aed6
github.com/makasim/amqpextra v1.1.0
github.com/johannesboyne/gofakes3 f6a8a9ae6fd3
github.com/makasim/amqpextra v1.2.1
github.com/manifoldco/promptui v0.9.0
github.com/nlopes/slack v0.6.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/rabbitmq/amqp091-go v1.5.0
github.com/rabbitmq/amqp091-go v1.6.0
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.23.0
go.uber.org/multierr v1.9.0
go.uber.org/zap v1.24.0
gopkg.in/go-playground/webhooks.v5 v5.17.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.25.4
k8s.io/apimachinery v0.25.4
k8s.io/client-go v0.25.4
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
)

require github.com/gorilla/mux v1.8.0
Expand Down Expand Up @@ -86,7 +86,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0
golang.org/x/text v0.6.0
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down

0 comments on commit 21d2c16

Please sign in to comment.