2022-11-07 04:45:02 -06:00
|
|
|
module github.com/eternal-flame-AD/yoake
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
|
|
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/eternal-flame-AD/yubigo v0.0.0-20221005082707-ce0c8989e8b1
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/gorilla/context v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/jinzhu/configor v1.2.1
|
|
|
|
github.com/labstack/echo/v4 v4.9.1
|
|
|
|
github.com/twilio/twilio-go v1.1.1
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/vanng822/go-premailer v1.20.1
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2022-11-07 04:45:02 -06:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.4 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
|
|
github.com/google/flatbuffers v1.12.1 // indirect
|
|
|
|
github.com/gorilla/css v1.0.0 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/klauspost/compress v1.12.3 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
github.com/vanng822/css v1.0.1 // indirect
|
|
|
|
go.opencensus.io v0.22.5 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220728030405-41545e8bf201 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
|
2022-11-11 16:15:22 -06:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2022-11-07 04:45:02 -06:00
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
|
|
)
|