Skip to content

Commit

Permalink
fix: dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
vivshankar committed Sep 14, 2024
1 parent 6656e24 commit 9d3b8eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/gobuffalo/packr => github.com/gobuffalo/packr v1.30.1

replace github.com/gorilla/sessions => github.com/gorilla/sessions v1.2.1

replace github.com/ory/x => github.com/vivshankar/ory-x v0.0.656-1-fips
replace github.com/ory/x => github.com/vivshankar/ory-x v0.0.655-2-fips

require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
Expand Down Expand Up @@ -100,3 +100,5 @@ require (
)

go 1.21

toolchain go1.21.11
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
github.com/urfave/negroni v1.0.0 h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=
github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4=
github.com/vivshankar/ory-x v0.0.656-1-fips h1:WXBW4XzNW2XkWLt5rPcCUonkxtNq981U28Kw1ie9m4o=
github.com/vivshankar/ory-x v0.0.656-1-fips/go.mod h1:E//jz8ayxGG8RixZzx91c1DKU3ICn70wp5YqWTYj1xA=
github.com/vivshankar/ory-x v0.0.655-2-fips h1:SKIfqpcmCKGJxOtbn0Ru6zMFoJC0DkPzEchNUR6OBjM=
github.com/vivshankar/ory-x v0.0.655-2-fips/go.mod h1:1vSOwux/MpFjdbozkVsESxu2CzMiWDAFNZd+uz3JUFg=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 9d3b8eb

Please sign in to comment.