Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 10, 2023
1 parent bc2f695 commit 23b7736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require (
require github.com/Southclaws/fault v0.6.0

require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/Southclaws/opt v0.6.0
github.com/dboslee/lru v0.0.1
github.com/disintegration/imaging v1.6.2
Expand All @@ -52,7 +53,6 @@ require (
)

require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/dave/jennifer v1.6.0 // indirect
github.com/dlclark/regexp2 v1.8.0 // indirect
Expand Down Expand Up @@ -141,7 +141,7 @@ require (
golang.org/x/crypto v0.7.0
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/net v0.8.0
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down

1 comment on commit 23b7736

@vercel
Copy link

@vercel vercel bot commented on 23b7736 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.