2019-02-01 10:01:29 -06:00
|
|
|
module github.com/writeas/web-core
|
|
|
|
|
|
|
|
|
|
go 1.10
|
|
|
|
|
|
|
|
|
|
require (
|
2020-09-22 22:06:36 +00:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
2019-02-01 10:01:29 -06:00
|
|
|
github.com/kylemcc/twitter-text-go v0.0.0-20180726194232-7f582f6736ec
|
2023-04-04 16:11:47 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.23
|
2021-09-29 17:01:17 -04:00
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
2019-02-01 10:01:29 -06:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2023-04-04 12:09:49 -04:00
|
|
|
github.com/writeas/go-strip-markdown/v2 v2.1.1
|
2021-04-13 23:49:59 -04:00
|
|
|
github.com/writeas/impart v1.1.1
|
2019-02-01 10:01:29 -06:00
|
|
|
github.com/writeas/openssl-go v1.0.0
|
2021-04-13 23:49:59 -04:00
|
|
|
github.com/writeas/saturday v1.7.1
|
2021-09-29 17:01:17 -04:00
|
|
|
github.com/writeas/slug v1.2.0
|
2025-05-07 20:23:00 +00:00
|
|
|
golang.org/x/crypto v0.35.0
|
2021-04-13 23:49:59 -04:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2019-02-01 10:01:29 -06:00
|
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
|
|
|
|
|
)
|