Skip to content

Commit

Permalink
updated dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Aug 19, 2024
1 parent 6bfa967 commit b497b06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ require (

require (
github.com/viant/govalidator v0.3.1
github.com/viant/sqlparser v0.7.1
github.com/viant/sqlparser v0.7.2
golang.org/x/crypto v0.22.0 // indirect
)

require (
firebase.google.com/go/v4 v4.14.0
github.com/viant/aerospike v0.2.4
github.com/viant/aerospike v0.2.6
github.com/viant/structology v0.5.6-0.20240802174922-5eb157550455
github.com/viant/tagly v0.2.1-0.20240521205717-55de744e893c
github.com/viant/xdatly v0.5.4-0.20240808174705-681c88dd32fa
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,8 @@ github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ
github.com/tklauser/numcpus v0.3.0/go.mod h1:yFGUr7TUHQRAhyqBcEg0Ge34zDBAsIvJJcyE6boqnA8=
github.com/viant/aerospike v0.2.4 h1:sMZk5iutLASDQRwIK6lkX0G/s5Ki85G0oj1UcSE3T4E=
github.com/viant/aerospike v0.2.4/go.mod h1:3Xw7jzP8bvJjRdTPV/TsM9lGEIyj3bPxbvmIVhfCU5E=
github.com/viant/aerospike v0.2.6 h1:CiFGRblA/BxN63P5NuUDujOpNj0FaSCzNDoKiUsrPdo=
github.com/viant/aerospike v0.2.6/go.mod h1:YBQqHjUaSBA6PvMGZE/k92hc+DEy71GGvc0GsYzjVXA=
github.com/viant/afs v1.25.1-0.20231110184132-877ed98abca1 h1:q83rO9rKNCsT/W9x9EBmCVt24yjFDRmhslLhaL4h7DE=
github.com/viant/afs v1.25.1-0.20231110184132-877ed98abca1/go.mod h1:rScbFd9LJPGTM8HOI8Kjwee0AZ+MZMupAvFpPg+Qdj4=
github.com/viant/afsc v1.9.1 h1:BIus7fYyjM+MDgKuAzCBfoV4oVy2xTVhuFsQKUCPvkQ=
Expand Down Expand Up @@ -1119,6 +1121,8 @@ github.com/viant/scy v0.11.1-0.20240809212619-84029a5e3755 h1:sWN+z/MrbhborVF9Nh
github.com/viant/scy v0.11.1-0.20240809212619-84029a5e3755/go.mod h1:Lz1VPlmjVi4ydZ5ikP/d5uQS/xYs22HG23++PgLRlKQ=
github.com/viant/sqlparser v0.7.1 h1:YUBsIOUnY8WaF4sdKDz6MqA1+sP5q5QuewE465W2LAM=
github.com/viant/sqlparser v0.7.1/go.mod h1:2QRGiGZYk2/pjhORGG1zLVQ9JO+bXFhqIVi31mkCRPg=
github.com/viant/sqlparser v0.7.2 h1:8U7W2I160m3vlDotJpsgW/OxroxwjDj3mdwAgP5AAXw=
github.com/viant/sqlparser v0.7.2/go.mod h1:2QRGiGZYk2/pjhORGG1zLVQ9JO+bXFhqIVi31mkCRPg=
github.com/viant/sqlx v0.15.1 h1:JgZPTfFZEfV6ocnkGqhiHA8R620UBPQopUOfR+tTYMk=
github.com/viant/sqlx v0.15.1/go.mod h1:9IPs8WgNP/jwMbxcDlhYPpSPJkGdqGwCFDWXFNJJQHo=
github.com/viant/structology v0.5.6-0.20240802174922-5eb157550455 h1:RDd4v38uCo4Gb+3UmQET8/lusddSsLgYuiHZGk5pTTg=
Expand Down

0 comments on commit b497b06

Please sign in to comment.