From 71ad2a68bb50a5e065ed60efcce176771fcd0231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:36:07 +0000 Subject: [PATCH] Bump github.com/sdcio/data-server from 0.0.64 to 0.0.65 Bumps [github.com/sdcio/data-server](https://github.com/sdcio/data-server) from 0.0.64 to 0.0.65. - [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.65) --- updated-dependencies: - dependency-name: github.com/sdcio/data-server dependency-version: 0.0.65 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 7 +++---- go.sum | 6 ++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 6d645f2..2c3df62 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,13 @@ module github.com/sdcio/sdc-lite -go 1.24.0 - -toolchain go1.24.3 +go 1.25.0 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.65 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 +85,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.1 // 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..dcd4f98 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.65 h1:yvxcn+U0yVlm26IZBdMhjLcTe8UtF058ROKiWlu6gXQ= +github.com/sdcio/data-server v0.0.65/go.mod h1:2i61YY0IGPRhijzo0BjSZguaX5lBM2hDmUiJHdojQno= 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.1 h1:oJYi+6brmV+xSny+axUL+3lbgQKV40twQLi7kuUAk54= +github.com/sdcio/logger v0.0.1/go.mod h1:At0CL4k9OZY50DSzmIXMiqXJ6mEVG+JaugfymybEnG8= 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=