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: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/viant/parsly v0.3.3
github.com/viant/pgo v0.11.0
github.com/viant/scy v0.33.1
github.com/viant/sqlx v0.23.1-0.20260712191511-2534f58bdccc
github.com/viant/sqlx v0.23.1-0.20260721202550-583cf232e734
github.com/viant/structql v0.5.4
github.com/viant/toolbox v0.37.0
github.com/viant/velty v0.4.1-0.20260408224432-5a1c31e1bd87
Expand All @@ -46,6 +46,7 @@ require (
)

require (
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/viant/aerospike v0.2.11-0.20241108195857-ed524b97800d
github.com/viant/firebase v0.1.1
github.com/viant/jsonrpc v0.17.0
Expand Down Expand Up @@ -126,7 +127,6 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/s2a-go v0.1.8 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1192,14 +1192,12 @@ github.com/viant/parsly v0.3.3 h1:7ytgfLOG4Ils+wviGacWxRD0gAUvVEH/iGsSE+UI8YM=
github.com/viant/parsly v0.3.3/go.mod h1:85fneXJbErKMGhSQto3A5ElTQCwl3t74U9cSV0waBHw=
github.com/viant/pgo v0.11.0 h1:PNuYVhwTfyrAHGBO6lxaMFuHP4NkjKV8ULecz3OWk8c=
github.com/viant/pgo v0.11.0/go.mod h1:MFzHmkRFZlciugEgUvpl/3grK789PBSH4dUVSLOSo+Q=
github.com/viant/scy v0.24.0 h1:KAC3IUARkQxTNSuwBK2YhVBJMOOLN30YaLKHbbuSkMU=
github.com/viant/scy v0.24.0/go.mod h1:7uNRS67X45YN+JqTLCcMEhehffVjqrejULEDln9p0Ao=
github.com/viant/scy v0.33.1 h1:jlSgOxwsLvY1/YvAd6y5shvig/6hfhX+/sHVKmh4B5s=
github.com/viant/scy v0.33.1/go.mod h1:7uNRS67X45YN+JqTLCcMEhehffVjqrejULEDln9p0Ao=
github.com/viant/sqlparser v0.12.1-0.20260409013525-147f8fc299b7 h1:2FdVturjHBSQnwf69oc86xW1e4wEEzKUg5OC6tOYegE=
github.com/viant/sqlparser v0.12.1-0.20260409013525-147f8fc299b7/go.mod h1:2QRGiGZYk2/pjhORGG1zLVQ9JO+bXFhqIVi31mkCRPg=
github.com/viant/sqlx v0.23.1-0.20260712191511-2534f58bdccc h1:uxPdh1l7dBvMUqJT2aMdPU9ubz3ErgQSmFoaDDe8row=
github.com/viant/sqlx v0.23.1-0.20260712191511-2534f58bdccc/go.mod h1:dizufL+nTNqDCpivUnE2HqtddTp2TdA6WFghGfZo11c=
github.com/viant/sqlx v0.23.1-0.20260721202550-583cf232e734 h1:vZF9F8r3lUSfdRBMZyWje0eabeI0Q5sMwbd0QF3pq8c=
github.com/viant/sqlx v0.23.1-0.20260721202550-583cf232e734/go.mod h1:dizufL+nTNqDCpivUnE2HqtddTp2TdA6WFghGfZo11c=
github.com/viant/structology v0.9.0 h1:ibR/XmdQ3+/4XW3JK+pXRqugSnxJOm2bmIvbQ0hqztY=
github.com/viant/structology v0.9.0/go.mod h1:AAFeViwniqua61sTKdOz/zlbLpN5vE4OVhDoiZJaMgA=
github.com/viant/structql v0.5.4 h1:bMdcOpzU8UMoe5OBcyJVRxLAndvU1oj3ysvPUgBckCI=
Expand Down
Loading