initial commit

This commit is contained in:
rramiachraf 2022-06-30 21:32:56 +01:00
commit 7b2c43cc16
13 changed files with 285 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
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/andybalholm/cascadia v1.3.1 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
)