mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
38 lines
1.4 KiB
Modula-2
38 lines
1.4 KiB
Modula-2
module github.com/dnote/dnote
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0
|
|
github.com/dnote/actions v0.2.0
|
|
github.com/dnote/color v1.7.0
|
|
github.com/gobuffalo/packr/v2 v2.8.3
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/csrf v1.7.1
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/schema v1.2.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/lib/pq v1.10.5
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/rubenv/sql-migrate v1.1.1
|
|
github.com/sergi/go-diff v1.2.0
|
|
github.com/spf13/cobra v1.4.0
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|