Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module github.com/aaronland/go-http-crumb

go 1.23
toolchain go1.24.1

require (
github.com/aaronland/go-http-rewrite v1.1.0
github.com/aaronland/go-http-sanitize v0.0.8
github.com/aaronland/go-roster v1.0.0
github.com/aaronland/go-string v1.0.0
github.com/sfomuseum/go-http-fault/v2 v2.1.0
golang.org/x/net v0.30.0
golang.org/x/net v0.38.0
)

require github.com/whosonfirst/go-sanitize v0.1.0 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ github.com/sfomuseum/go-http-fault/v2 v2.1.0 h1:pH0o0DDRDbx4WAKCwnha+Wx+2Qw0Uapa
github.com/sfomuseum/go-http-fault/v2 v2.1.0/go.mod h1:tzkhs60tMYwf+CbcxeOpM8bfmR7Zi3wL2rA1jKgRh4U=
github.com/whosonfirst/go-sanitize v0.1.0 h1:ygSqCnakwdzH/m8UEa15zXGDsoo5/JJeRkgmAjXZrBU=
github.com/whosonfirst/go-sanitize v0.1.0/go.mod h1:p/emgbafMM0p5iVAz2XWwecYPl06Tw4Jos9rhTKIrt8=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
1,256 changes: 629 additions & 627 deletions vendor/golang.org/x/net/html/atom/table.go

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions vendor/golang.org/x/net/html/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/net/html/doctype.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/golang.org/x/net/html/foreign.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions vendor/golang.org/x/net/html/iter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/golang.org/x/net/html/node.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions vendor/golang.org/x/net/html/parse.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions vendor/golang.org/x/net/html/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ github.com/sfomuseum/go-http-fault/v2
# github.com/whosonfirst/go-sanitize v0.1.0
## explicit; go 1.12
github.com/whosonfirst/go-sanitize
# golang.org/x/net v0.30.0
## explicit; go 1.18
# golang.org/x/net v0.38.0
## explicit; go 1.23.0
golang.org/x/net/html
golang.org/x/net/html/atom