mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
0e7fb8e74f
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210916014120-12bc252f5db8 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
534 B
Modula-2
20 lines
534 B
Modula-2
module github.com/avelino/awesome-go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/avelino/slugify v0.0.0-20180501145920-855f152bd774
|
|
github.com/yuin/goldmark v1.4.13
|
|
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
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|