Skip to content

Commit 9944cd8

Browse files
committed
update
1 parent 5275027 commit 9944cd8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ go 1.23.9
44

55
replace github.com/openconfig/goyang v1.6.0 => github.com/sdcio/goyang v1.6.2-2
66

7+
replace github.com/sdcio/sdc-protos => /home/mava/projects/sdc-protos
8+
79
require (
810
github.com/AlekSi/pointer v1.2.0
911
github.com/beevik/etree v1.5.1

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ github.com/sdcio/goyang v1.6.2-2 h1:qfeUKBmoKpiKAruuEc3+V8wgHKP/n1jRDEnTy23knV8=
187187
github.com/sdcio/goyang v1.6.2-2/go.mod h1:5WolITjek1NF8yrNERyVZ7jqjOClJTpO8p/+OwmETM4=
188188
github.com/sdcio/schema-server v0.0.31 h1:gWSSDvyzwWy2xYu2TCQdXYvqCA0gg3RhYKb9PplYeD4=
189189
github.com/sdcio/schema-server v0.0.31/go.mod h1:qa2bbfKyR4bHeZ85hicRpD4d+VtiPp9xs9/ey3shqZg=
190-
github.com/sdcio/sdc-protos v0.0.44 h1:YIvP4b4QPGtFJ90QlImGAturBun6vDgeGrynFLGxbgM=
191-
github.com/sdcio/sdc-protos v0.0.44/go.mod h1:i7eqaPKkw3bVaK3kLOgrnHvuphUQtRCXrDH0grX5n8w=
192190
github.com/sdcio/yang-parser v0.0.11 h1:cYOrojcAtcPpVhVOLlEyyu6JdeRJvND+vHCzY4hLQ6A=
193191
github.com/sdcio/yang-parser v0.0.11/go.mod h1:y/d8lg/mqSnZwaO2bkxyVuFBtuDQm9ys9hpsBs/WizU=
194192
github.com/sirikothe/gotextfsm v1.0.1-0.20200816110946-6aa2cfd355e4 h1:FHUL2HofYJuslFOQdy/JjjP36zxqIpd/dcoiwLMIs7k=

pkg/tree/entry.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ type Entry interface {
154154
GetListChilds() ([]Entry, error)
155155
BreadthSearch(ctx context.Context, path string) ([]Entry, error)
156156
DeepCopy(tc *TreeContext, parent Entry) (Entry, error)
157-
canDeleteBranch(keepDefault bool) bool
158-
deleteCanDeleteChilds(keepDefault bool)
157+
159158
GetLeafVariantEntries() LeafVariantEntries
160159
}
161160

0 commit comments

Comments
 (0)