From c767a4a285497d22ba1d3a6d7c1b2779ad11d521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:45:57 +0000 Subject: [PATCH] Bump github.com/sdcio/data-server from 0.0.64 to 0.0.66 Bumps [github.com/sdcio/data-server](https://github.com/sdcio/data-server) from 0.0.64 to 0.0.66. - [Release notes](https://github.com/sdcio/data-server/releases) - [Changelog](https://github.com/sdcio/data-server/blob/main/.goreleaser.yml) - [Commits](https://github.com/sdcio/data-server/compare/v0.0.64...v0.0.66) --- updated-dependencies: - dependency-name: github.com/sdcio/data-server dependency-version: 0.0.66 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6d645f2..d8f011d 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ replace github.com/openconfig/goyang v1.6.0 => github.com/sdcio/goyang v1.6.2-2 require ( github.com/beevik/etree v1.6.0 github.com/sdcio/config-server v0.0.54 - github.com/sdcio/data-server v0.0.64 + github.com/sdcio/data-server v0.0.66 github.com/sdcio/schema-server v0.0.33 github.com/sdcio/sdc-protos v0.0.46 github.com/sirupsen/logrus v1.9.3 @@ -87,6 +87,7 @@ require ( github.com/prometheus/common v0.66.1 // indirect github.com/prometheus/procfs v0.16.1 // indirect github.com/sdcio/cache v0.0.38 // indirect + github.com/sdcio/logger v0.0.2 // indirect github.com/sdcio/yang-parser v0.0.12 // indirect github.com/sergi/go-diff v1.4.0 // indirect github.com/skeema/knownhosts v1.2.2 // indirect diff --git a/go.sum b/go.sum index e479592..6afe01d 100644 --- a/go.sum +++ b/go.sum @@ -196,10 +196,12 @@ github.com/sdcio/cache v0.0.38 h1:8meykZC/DAgzKI+R3GtZvTs0/OXWRCeNN5mxVKG0Ba8= github.com/sdcio/cache v0.0.38/go.mod h1:PHJd4pTmfFZBLdPohtXJAVBNmAKhhKdZHTi3MejGrk0= github.com/sdcio/config-server v0.0.54 h1:FS6fdmyjbVTdFlkjk4ny/xABm5ZddBFBJXpmRTCI+Z0= github.com/sdcio/config-server v0.0.54/go.mod h1:MqTw334jLL2LLaZ212Sz76qwOeOqlm+K4K+BNk16VYM= -github.com/sdcio/data-server v0.0.64 h1:uqGghlpv32k2/BeLexcZYpd/IrOu3XeMhDipDlRj74M= -github.com/sdcio/data-server v0.0.64/go.mod h1:/5ukmC+X6FzDiYKxhO/l7+NoFFxc+Rwmul0S5RAHNZc= +github.com/sdcio/data-server v0.0.66 h1:RhsTmEgbOAoYYPCXkVn2YZsn1kdc2r5xT2QGKi1J71Y= +github.com/sdcio/data-server v0.0.66/go.mod h1:5LkRFHZDywfNx56Mm6aGupUXW77uZDjs2WXGxXzb1Io= github.com/sdcio/goyang v1.6.2-2 h1:qfeUKBmoKpiKAruuEc3+V8wgHKP/n1jRDEnTy23knV8= github.com/sdcio/goyang v1.6.2-2/go.mod h1:5WolITjek1NF8yrNERyVZ7jqjOClJTpO8p/+OwmETM4= +github.com/sdcio/logger v0.0.2 h1:yNRGFL5ixMhpVBlU/c+hs55JRrYWjFVmYxlWl1da5PU= +github.com/sdcio/logger v0.0.2/go.mod h1:yWaOxK/G6vszjg8tKZiMqiEjlZouHsjFME4zSk+SAEA= github.com/sdcio/schema-server v0.0.33 h1:RTeQMIchynAPSQaf61CZBgYHCCpsyDLEAWJn+ZKImIo= github.com/sdcio/schema-server v0.0.33/go.mod h1:q8leN1KhRNTnnqf6yxvkDk5tFl6DAsHcl81usVgYpoI= github.com/sdcio/sdc-protos v0.0.46 h1:NsDdQrcPXPktLI7ZHBR6mA82AEYaFjdBYiLzJcuF55k=