Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
Non-linear parsing of case-insensitive content in golang.org/x/net/html
  • Loading branch information
TsekNet authored Dec 20, 2024
1 parent e732712 commit f6570ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
Expand Down

0 comments on commit f6570ed

Please sign in to comment.