Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading