Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate: Update External dependencies #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.23
require (
github.com/golang/glog v1.2.2
github.com/juju/ratelimit v1.0.2
github.com/osrg/gobgp v0.0.0-20180701120657-8e6bd4c7145d
github.com/prometheus/client_golang v1.20.4
github.com/osrg/gobgp 5365453707a9
github.com/prometheus/client_golang v1.21.1
github.com/sapcc/go-traceroute v0.0.0-20210130143923-d034613e85fc
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.33.0
github.com/spf13/pflag v1.0.6
golang.org/x/net v0.36.0
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
k8s.io/utils 24370beab758
)

require (
Expand Down
Loading