Skip to content

Commit

Permalink
Update misc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 1fea435 commit eb9957b
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 69 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/giantswarm/gitrepo v0.2.2
github.com/giantswarm/microerror v0.4.0
github.com/google/go-cmp v0.5.9
github.com/spf13/afero v1.9.4
github.com/spf13/cobra v1.6.1
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.7.0
sigs.k8s.io/yaml v1.3.0
)

Expand All @@ -20,7 +20,7 @@ require (
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
Expand All @@ -32,10 +32,10 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
Expand All @@ -50,13 +50,13 @@ require (
)

replace (
github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.44.22
github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2
github.com/miekg/dns => github.com/miekg/dns v1.1.49
github.com/nats-io/jwt => github.com/nats-io/jwt/v2 v2.2.0
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.14
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.12.2
go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.9.1
github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.45.12
github.com/gorilla/websocket => github.com/gorilla/websocket v1.5.0
github.com/miekg/dns => github.com/miekg/dns v1.1.56
github.com/nats-io/jwt => github.com/nats-io/jwt/v2 v2.5.2
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.22
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.16.0
go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.12.1

golang.org/x/net => golang.org/x/net v0.14.0
golang.org/x/net => golang.org/x/net v0.15.0
)
Loading

0 comments on commit eb9957b

Please sign in to comment.