Add support for additional report domain
This will allow us to use a different URL for doing public outreach, which is nice for everybody.
This commit is contained in:
parent
62bf045edd
commit
bf4c5d5c71
7 changed files with 108 additions and 63 deletions
2
go.mod
2
go.mod
|
|
@ -10,6 +10,7 @@ require (
|
|||
github.com/alexedwards/scs/v2 v2.9.0
|
||||
github.com/alitto/pond/v2 v2.5.0
|
||||
github.com/go-chi/chi/v5 v5.2.3
|
||||
github.com/go-chi/hostrouter v0.3.0
|
||||
github.com/go-chi/render v1.0.3
|
||||
github.com/gofrs/uuid/v5 v5.4.0
|
||||
github.com/google/go-cmp v0.7.0
|
||||
|
|
@ -20,7 +21,6 @@ require (
|
|||
github.com/minio/minio-go/v7 v7.0.97
|
||||
github.com/pressly/goose/v3 v3.26.0
|
||||
github.com/rs/zerolog v1.34.0
|
||||
github.com/shopspring/decimal v1.4.0
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/stephenafamo/bob v0.42.0
|
||||
github.com/stephenafamo/scan v0.7.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue