all repos — homestead @ 322ae4b054c44425eba28c0d34e9b1ba69bc0cd2

Code for my website

add hard-coded oidc webfinger support

Alan Pearce
commit

322ae4b054c44425eba28c0d34e9b1ba69bc0cd2

parent

6cdaab42e4f3f652147d3d0daac9f2cfaa50bf72

1 file changed, 9 insertions(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -11,6 +11,7 @@ github.com/antage/eventsource v0.0.0-20220422142129-c4aae935d5bd
github.com/antchfx/xmlquery v1.4.0 github.com/antchfx/xpath v1.3.0 github.com/ardanlabs/conf/v3 v3.1.7 + github.com/benpate/digit v0.12.0 github.com/crewjam/csp v0.0.2 github.com/deckarep/golang-set/v2 v2.6.0 github.com/fatih/structtag v1.2.0
@@ -30,6 +31,12 @@
require ( github.com/Code-Hex/dd v1.1.0 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect + github.com/aymerick/douceur v0.2.0 // indirect + github.com/benpate/derp v0.31.0 // indirect + github.com/benpate/domain v0.2.1 // indirect + github.com/benpate/exp v0.8.3 // indirect + github.com/benpate/remote v0.15.0 // indirect + github.com/benpate/rosetta v0.20.0 // indirect github.com/bep/godartsass v1.2.0 // indirect github.com/bep/godartsass/v2 v2.0.0 // indirect github.com/bep/golibsass v1.1.1 // indirect
@@ -37,7 +44,9 @@ github.com/cli/safeexec v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/gobwas/glob v0.2.3 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/gorilla/css v1.0.1 // indirect github.com/mattn/go-isatty v0.0.20 // indirect + github.com/microcosm-cc/bluemonday v1.0.26 // indirect github.com/mitchellh/hashstructure v1.1.0 // indirect github.com/pelletier/go-toml/v2 v2.2.2 // indirect github.com/spf13/afero v1.11.0 // indirect
@@ -50,6 +59,5 @@ golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect golang.org/x/tools v0.21.0 // indirect google.golang.org/protobuf v1.34.1 // indirect - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )