diff --git a/go.mod b/go.mod index 1d47c9ce..c7c2ac2a 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/viant/datly go 1.25.0 -replace github.com/viant/xdatly => ../xdatly - require ( github.com/aerospike/aerospike-client-go v4.5.2+incompatible github.com/aws/aws-lambda-go v1.31.0 @@ -56,7 +54,7 @@ require ( github.com/viant/structology v0.8.0 github.com/viant/tagly v0.3.0 github.com/viant/x v0.4.1-0.20260306005005-975ded1e1bef - github.com/viant/xdatly v0.5.4-0.20251113181159-0ac8b8b0ff3a + github.com/viant/xdatly v0.5.4-0.20260306062123-17850ac34977 github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259 github.com/viant/xdatly/handler v0.0.0-20251208172928-dd34b7f09fd5 github.com/viant/xdatly/types/core v0.0.0-20250307183722-8c84fc717b52 diff --git a/go.sum b/go.sum index fb3ce726..a71dbbbb 100644 --- a/go.sum +++ b/go.sum @@ -1212,6 +1212,8 @@ github.com/viant/velty v0.4.0 h1:eesQES/vCpcoPbM+gQLUBuLEL2sEO+A6s6lPpl8eKc4= github.com/viant/velty v0.4.0/go.mod h1:Q/UXviI2Nli8WROEpYd/BELMCSvnulQeyNrbPmMiS/Y= github.com/viant/x v0.4.1-0.20260306005005-975ded1e1bef h1:KqWKMNloyzEg6nIn1pBK4CDEIcaRRhMrMUJr+k+xcPw= github.com/viant/x v0.4.1-0.20260306005005-975ded1e1bef/go.mod h1:1TvsnpZFqI9dYVzIkaSYJyJ/UkfxW7fnk0YFafWXrPg= +github.com/viant/xdatly v0.5.4-0.20260306062123-17850ac34977 h1:icW8DECqGoT4UzzOpxBraT/EEC1R0tBw9ev9cF/mrd4= +github.com/viant/xdatly v0.5.4-0.20260306062123-17850ac34977/go.mod h1:lZKZHhVdCZ3U9TU6GUFxKoGN3dPtqt2HkDYzJPq5CEs= github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259 h1:9Yry3PUBDzc4rWacOYvAq/TKrTV0agvMF0gwm2gaoHI= github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259/go.mod h1:fb8YgbVadk8X5ZLz49LWGzWmQlZd7Y/I5wE0ru44bIo= github.com/viant/xdatly/handler v0.0.0-20251208172928-dd34b7f09fd5 h1:CrT0HTlQul8FoGN0peylVczAOUEXKVqRAiB35ypRNHY=