Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
Signed-off-by: Poorunga <[email protected]>
  • Loading branch information
Poorunga committed Oct 31, 2023
1 parent c3ec8b9 commit 405505d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.16
require (
github.com/buraksezer/consistent v0.9.0
github.com/cespare/xxhash/v2 v2.1.2
github.com/containernetworking/cni v0.8.1
github.com/coredns/caddy v1.1.0
github.com/coredns/coredns v1.8.0
github.com/fsnotify/fsnotify v1.5.4
Expand All @@ -19,6 +20,7 @@ require (
github.com/multiformats/go-multiaddr v0.6.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.16.0
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
Expand All @@ -33,11 +35,8 @@ require (
k8s.io/kubernetes v1.23.0
k8s.io/utils v0.0.0-20211116205334-6203023598ed
sigs.k8s.io/yaml v1.2.0
github.com/containernetworking/cni v0.8.1
github.com/prometheus/client_golang v1.13.0 // indirect
)


replace (
github.com/kubeedge/beehive v0.0.0 => github.com/kubeedge/beehive v0.0.0-20201125122335-cd19bca6e436
github.com/kubeedge/viaduct v0.0.0 => github.com/kubeedge/viaduct v0.0.0-20210601015050-d832643a3d35
Expand Down

0 comments on commit 405505d

Please sign in to comment.