Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
70539f31
Commit
70539f31
authored
Oct 26, 2022
by
Manuel Buil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kube-router
Signed-off-by:
Manuel Buil
<
mbuil@suse.com
>
parent
256f9812
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
go.mod
go.mod
+7
-7
go.sum
go.sum
+0
-0
No files found.
go.mod
View file @
70539f31
...
...
@@ -4,7 +4,7 @@ go 1.16
replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.22
github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.
3.3-0.20220405142336-8ea9a06dc0e3
github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.
5.2-0.20221026101626-e01045262706
github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1
github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.13-k3s1 // k3s-release/1.5
github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
...
...
@@ -77,8 +77,8 @@ require (
github.com/containerd/fuse-overlayfs-snapshotter v1.0.4
github.com/containerd/stargz-snapshotter v0.11.4
github.com/coreos/go-iptables v0.6.0
github.com/coreos/go-systemd v0.0.0-2019
0719114852-fd7a80b32e1
f
github.com/docker/docker v20.10.1
0
+incompatible
github.com/coreos/go-systemd v0.0.0-2019
1104093116-d3cd4ed1dbc
f
github.com/docker/docker v20.10.1
6
+incompatible
github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83
github.com/flannel-io/flannel v0.19.2
github.com/go-bindata/go-bindata v3.1.2+incompatible
...
...
@@ -97,8 +97,8 @@ require (
github.com/mattn/go-sqlite3 v1.14.8
github.com/minio/minio-go/v7 v7.0.33
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/onsi/ginkgo/v2 v2.1.
1
github.com/onsi/gomega v1.1
7
.0
github.com/onsi/ginkgo/v2 v2.1.
3
github.com/onsi/gomega v1.1
9
.0
github.com/opencontainers/runc v1.1.0
github.com/opencontainers/selinux v1.10.0
github.com/otiai10/copy v1.7.0
...
...
@@ -126,7 +126,7 @@ require (
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
google.golang.org/grpc v1.4
5.0
google.golang.org/grpc v1.4
6.2
gopkg.in/yaml.v2 v2.4.0
inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
k8s.io/api v0.23.13
...
...
@@ -142,5 +142,5 @@ require (
k8s.io/kubectl v0.23.13
k8s.io/kubernetes v1.23.13
k8s.io/utils v0.0.0-20211116205334-6203023598ed
sigs.k8s.io/yaml v1.
2
.0
sigs.k8s.io/yaml v1.
3
.0
)
go.sum
View file @
70539f31
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment