2021-12-16 08:58:24 +00:00
|
|
|
module github.com/avelino/awesome-go
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
2021-12-22 13:11:42 +00:00
|
|
|
github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774
|
2023-04-03 11:16:02 +00:00
|
|
|
github.com/otiai10/copy v1.9.0
|
2022-08-30 21:52:53 +00:00
|
|
|
github.com/yuin/goldmark v1.4.13
|
2021-12-16 08:58:24 +00: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-07 00:11:04 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
2023-04-03 11:16:49 +00:00
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
2023-03-07 00:11:04 +00:00
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2021-12-16 08:58:24 +00:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
)
|