mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2024-04-21 12:31:36 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.2.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
125 B
AMPL
9 lines
125 B
AMPL
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1
|
|
golang.org/x/net v0.7.0
|
|
)
|
|
|
|
go 1.13
|