-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch extensions with latest gurl (#68)
- Loading branch information
Showing
8 changed files
with
50 additions
and
30 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
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
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
package awsapi | ||
|
||
const Version = "x/awsapi/v0.0.4" | ||
const Version = "x/awsapi/v0.0.5" |
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,16 +1,19 @@ | ||
module github.com/fogfish/gurl/x/xhtml | ||
|
||
go 1.21.0 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.9.1 | ||
github.com/fogfish/gurl/v2 v2.9.0 | ||
github.com/fogfish/it/v2 v2.0.1 | ||
github.com/fogfish/gurl/v2 v2.10.0 | ||
github.com/fogfish/it/v2 v2.0.2 | ||
) | ||
|
||
require ( | ||
github.com/ajg/form v1.5.2-0.20200323032839-9aeb3cf462e1 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/fogfish/golem/hseq v1.2.0 // indirect | ||
github.com/fogfish/golem/optics v0.13.1 // indirect | ||
github.com/fogfish/opts v0.0.2 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
|
||
package xhtml | ||
|
||
const Version = "x/xhtml/v0.0.2" | ||
const Version = "x/xhtml/v0.0.3" |
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