Skip to content

Commit

Permalink
chore(deps): update xo/dburl to v0.20.0 (#2533)
Browse files Browse the repository at this point in the history
* chore(deps): update xo/dburl to v0.20.0

* fix(storage/sql): set dburl resolve schema type to false

* fix(storage/sql): override dburls Stat for our usecase

* fix(storage/sql): return non-nil fileinfo
  • Loading branch information
GeorgeMac authored Dec 13, 2023
1 parent 253d460 commit afe7632
Show file tree
Hide file tree
Showing 5 changed files with 546 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/testcontainers/testcontainers-go v0.26.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xo/dburl v0.16.3
github.com/xo/dburl v0.20.0
go.flipt.io/flipt/errors v1.19.3
go.flipt.io/flipt/rpc/flipt v1.31.0
go.flipt.io/flipt/sdk/go v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHo
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
github.com/xo/dburl v0.16.3 h1:ikRz71tJW3S16fUO+eaxu9hZv660VNdS7ZOyEFjShKQ=
github.com/xo/dburl v0.16.3/go.mod h1:B7/G9FGungw6ighV8xJNwWYQPMfn3gsi2sn5SE8Bzco=
github.com/xo/dburl v0.20.0 h1:v601OhM9J4Zh56R270ncM9HRgoxp39tf9+nt5ft9UD0=
github.com/xo/dburl v0.20.0/go.mod h1:B7/G9FGungw6ighV8xJNwWYQPMfn3gsi2sn5SE8Bzco=
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c h1:3lbZUMbMiGUW/LMkfsEABsc5zNT9+b1CvsJx47JzJ8g=
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c/go.mod h1:UrdRz5enIKZ63MEE3IF9l2/ebyx59GyGgPi+tICQdmM=
github.com/yquansah/libsql-client-go v0.0.0-20231017144447-34b2f2f84292 h1:LzG7bJfKeUfQWZZ5OjDVCR5q1Pq4iuPtsMPMF3OeyYs=
Expand Down
Loading

0 comments on commit afe7632

Please sign in to comment.