Skip to content

Commit f5ca13b

Browse files
bump sdc protos versions to allow sync via periodic gnmi gets
1 parent e8e7ab1 commit f5ca13b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/scrapli/scrapligo v1.2.0
2121
github.com/sdcio/cache v0.0.33
2222
github.com/sdcio/schema-server v0.0.16
23-
github.com/sdcio/sdc-protos v0.0.23
23+
github.com/sdcio/sdc-protos v0.0.24
2424
github.com/sdcio/yang-parser v0.0.5
2525
github.com/sirupsen/logrus v1.9.3
2626
github.com/spf13/cobra v1.8.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ github.com/sdcio/schema-server v0.0.16 h1:mBm/hj0WQlNN7/S+tBwsf2Mc0XW4coaah27WDc
231231
github.com/sdcio/schema-server v0.0.16/go.mod h1:Wp7DRUkX0DQZNARIgcJtCjOuLp5pwUCDVCAuvM5LA5g=
232232
github.com/sdcio/sdc-protos v0.0.23 h1:vbz4WeMQfPegCDJY2qanpezcmdvJVlm+E3N1lRoG25s=
233233
github.com/sdcio/sdc-protos v0.0.23/go.mod h1:iVVPmQTRzoCV4abQ4QL5mJethvRVfdV8cHcVyDtSNs4=
234+
github.com/sdcio/sdc-protos v0.0.24 h1:AEhRfPRQVzb6KMxrFSd+ODiiC605ql7qbg2yxE1ARKQ=
235+
github.com/sdcio/sdc-protos v0.0.24/go.mod h1:iVVPmQTRzoCV4abQ4QL5mJethvRVfdV8cHcVyDtSNs4=
234236
github.com/sdcio/yang-parser v0.0.5 h1:YwpgQt2/n3BHFrEa0n0sQ4Q2hLCrTFY2VDKO+2BgoVg=
235237
github.com/sdcio/yang-parser v0.0.5/go.mod h1:cLYFD8ChaFyn+G0EYpOlGDrI/3J2Zgf7uzO/CKW6l1Q=
236238
github.com/sirikothe/gotextfsm v1.0.1-0.20200816110946-6aa2cfd355e4 h1:FHUL2HofYJuslFOQdy/JjjP36zxqIpd/dcoiwLMIs7k=

0 commit comments

Comments
 (0)