You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
308 B

module github.com/rramiachraf/dumb
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/gorilla/mux v1.8.0
)
require (
github.com/allegro/bigcache/v3 v3.0.2 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
)