-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated x/net/html to ensure latest version from the Go team, retract…
…ed v1.0.19 to ensure the latest version is used
- Loading branch information
1 parent
84409dd
commit 705c34a
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
module github.com/microcosm-cc/bluemonday | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aymerick/douceur v0.2.0 | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b | ||
) | ||
|
||
require github.com/gorilla/css v1.0.0 // indirect | ||
|
||
retract [v1.0.0, v1.0.18] // Retract older versions as only latest is to be depended upon | ||
retract v1.0.19 // Uses older version of golang.org/x/net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters