Skip to content

Commit

Permalink
go.mod: update to latest safehtml
Browse files Browse the repository at this point in the history
Update github.com/google/safehtml to a version where it supports
embedding.

For golang/go#48410

Change-Id: I4efd6d270b38b0cc00647b3c1e87e46e5e0aab21
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/359394
Trust: Jonathan Amsterdam <[email protected]>
Run-TryBot: Jonathan Amsterdam <[email protected]>
Reviewed-by: Julie Qiu <[email protected]>
TryBot-Result: kokoro <[email protected]>
  • Loading branch information
jba committed Oct 28, 2021
1 parent faa33f4 commit 8256ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/google/go-cmp v0.5.4
github.com/google/go-replayers/httpreplay v0.1.0
github.com/google/licensecheck v0.3.1
github.com/google/safehtml v0.0.2
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516
github.com/hashicorp/golang-lru v0.5.1
github.com/jackc/pgconn v1.9.0
github.com/jackc/pgx/v4 v4.12.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ github.com/google/pprof v0.0.0-20200905233945-acf8798be1f7/go.mod h1:ZgVRPoUq/hf
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/google/safehtml v0.0.2 h1:ZOt2VXg4x24bW0m2jtzAOkhoXV0iM8vNKc0paByCZqM=
github.com/google/safehtml v0.0.2/go.mod h1:L4KWwDsUJdECRAEpZoBn3O64bQaywRscowZjJAzjHnU=
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 h1:pSEdbeokt55L2hwtWo6A2k7u5SG08rmw0LhWEyrdWgk=
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516/go.mod h1:L4KWwDsUJdECRAEpZoBn3O64bQaywRscowZjJAzjHnU=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=
Expand Down

0 comments on commit 8256ffb

Please sign in to comment.