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 20, 2023
1 parent 1fea435 commit d446502
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 Down Expand Up @@ -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.13
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.10.0
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
)

0 comments on commit d446502

Please sign in to comment.