replace html2text package with a basic regex; reorder text/html processing to be last
This commit is contained in:
parent
893360da28
commit
5ac44ff40f
3 changed files with 15 additions and 19 deletions
3
go.mod
3
go.mod
|
@ -27,7 +27,6 @@ require github.com/pkg/errors v0.9.1 // indirect
|
|||
|
||||
require (
|
||||
firebase.google.com/go/v4 v4.10.0
|
||||
github.com/k3a/html2text v1.1.0
|
||||
github.com/stripe/stripe-go/v74 v74.8.0
|
||||
)
|
||||
|
||||
|
@ -41,7 +40,7 @@ require (
|
|||
github.com/MicahParks/keyfunc v1.9.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/google/go-cmp v0.5.9 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue