Skip to content

Commit

Permalink
feat: support latest version of kubeedge(1.17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qaplagzy committed May 9, 2024
1 parent a0e86b8 commit 6a7b687
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 570 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.20
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeedge/keink

go 1.17
go 1.20

require (
github.com/spf13/cobra v1.6.1
Expand All @@ -9,6 +9,7 @@ require (
)

require (
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)
Expand All @@ -20,15 +21,13 @@ require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/tools v0.20.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace sigs.k8s.io/kind => github.com/kubeedge/kind v0.12.0-kubeedge1
replace sigs.k8s.io/kind => github.com/Qaplagzy/kind v0.21.0-kubeedge-test-1
Loading

0 comments on commit 6a7b687

Please sign in to comment.