2021-12-16 03:58:24 -05:00
|
|
|
module github.com/avelino/awesome-go
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2021-12-22 08:11:42 -05:00
|
|
|
github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774
|
2023-04-03 07:16:02 -04:00
|
|
|
github.com/otiai10/copy v1.9.0
|
2022-08-30 17:52:53 -04:00
|
|
|
github.com/yuin/goldmark v1.4.13
|
2021-12-16 03:58:24 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2023-03-06 19:11:04 -05:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
2023-04-03 07:16:49 -04:00
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2023-03-06 19:11:04 -05:00
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2021-12-16 03:58:24 -05:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
)
|