From 45c4701c841a2df0ee7874b3dc8c0e7ca11ad6da Mon Sep 17 00:00:00 2001 From: ppoudyal Date: Wed, 2 Oct 2024 12:21:55 -0400 Subject: [PATCH] go mod updated with new xlsy version --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index faac0568..dd4c667c 100644 --- a/go.mod +++ b/go.mod @@ -59,7 +59,7 @@ require ( github.com/viant/xdatly/handler v0.0.0-20240923185204-11a0855c8bb5 github.com/viant/xdatly/types/core v0.0.0-20240109065401-9758ebacb4bb github.com/viant/xdatly/types/custom v0.0.0-20240801144911-4c2bfca4c23a - github.com/viant/xlsy v0.3.0 + github.com/viant/xlsy v0.3.1 github.com/viant/xmlify v0.1.1-0.20231127181625-8a6b48ceea12 golang.org/x/tools v0.19.0 ) diff --git a/go.sum b/go.sum index 3f19ef5a..108f109d 100644 --- a/go.sum +++ b/go.sum @@ -1149,6 +1149,7 @@ github.com/viant/xdatly/types/custom v0.0.0-20240801144911-4c2bfca4c23a h1:jecH7 github.com/viant/xdatly/types/custom v0.0.0-20240801144911-4c2bfca4c23a/go.mod h1:s0oJuKw3+AIT8RTyr+7+6nk+kBZhN/N4QWAQyYvvlqY= github.com/viant/xlsy v0.3.0 h1:j/cADAd41XcxfAGSyPUZmEOHbVe2dcjdVI6JiTKA6ws= github.com/viant/xlsy v0.3.0/go.mod h1:RajfF9HkL/PfIxRCvZSubpNlpdMUNDKYZp8C1o3vF4Q= +github.com/viant/xlsy v0.3.1/go.mod h1:RajfF9HkL/PfIxRCvZSubpNlpdMUNDKYZp8C1o3vF4Q= github.com/viant/xmlify v0.1.1-0.20231127181625-8a6b48ceea12 h1:j7I0D1M5lvmc5dxXzSyx99GSfYiilrSc1hnmFFL+jrg= github.com/viant/xmlify v0.1.1-0.20231127181625-8a6b48ceea12/go.mod h1:w25+umH6nthlQ8ACT3K2/YJOLlbTXKLQXkdqFs6ky9s= github.com/viant/xreflect v0.7.0 h1:989U0URnqh2V4W/fJebYhPz00VEfi7febzS887IQb/8=