File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/minskylab/hasura-auth-webhook
22
3- go 1.18
3+ go 1.22
4+
5+ toolchain go1.23.3
46
57require (
68 entgo.io/ent v0.10.2-0.20220502113020-4ac82f5bb3f0
@@ -11,7 +13,7 @@ require (
1113 github.com/pkg/errors v0.9.1
1214 github.com/satori/go.uuid v1.2.0
1315 github.com/sirupsen/logrus v1.8.1
14- github.com/xo/dburl v0.11.0
16+ github.com/xo/dburl v0.23.2
1517 golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
1618 golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
1719 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+
113113github.com/vmihailenco/tagparser v0.1.1 /go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI =
114114github.com/xo/dburl v0.11.0 h1:AVtiIKI5VpKdfuEBvTEMsLoY3MW6+uHTm5Eeuvt6Olo =
115115github.com/xo/dburl v0.11.0 /go.mod h1:3i+BAX1bQngTMtk8dtGUTTUviVymLIViDtYHDP5NTMU =
116+ github.com/xo/dburl v0.23.2 h1:Fl88cvayrgE56JA/sqhNMLljCW/b7RmG1mMkKMZUFgA =
117+ github.com/xo/dburl v0.23.2 /go.mod h1:uazlaAQxj4gkshhfuuYyvwCBouOmNnG2aDxTCFZpmL4 =
116118github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 h1:QldyIu/L63oPpyvQmHgvgickp1Yw510KJOqX7H24mg8 =
117119github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 /go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs =
118120github.com/yosuke-furukawa/json5 v0.1.1 /go.mod h1:sw49aWDqNdRJ6DYUtIQiaA3xyj2IL9tjeNYmX2ixwcU =
You can’t perform that action at this time.
0 commit comments