Init
This commit is contained in:
commit
cbc2831c37
7 changed files with 597 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
module searchengine
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.9.1 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue