Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
go 1.22.4
goquery v1.9.2
cascadia v1.3.2
net v0.26.0
  • Loading branch information
cyclone-github authored Jul 1, 2024
1 parent 7c6fca6 commit ba8e482
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module spider.go
module spider

go 1.21.5
go 1.22.4

require github.com/PuerkitoBio/goquery v1.8.1
require github.com/PuerkitoBio/goquery v1.9.2

require (
github.com/andybalholm/cascadia v1.3.1 // indirect
golang.org/x/net v0.23.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
golang.org/x/net v0.26.0 // indirect
)

0 comments on commit ba8e482

Please sign in to comment.