mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
* Upgrade dependencies. * Fix test * Improve name * Update doc * Upgrade deps * Fix lint * Fix lint Co-authored-by: Sung Won Cho <sung@monomax.sh>
45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module github.com/dnote/dnote
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.37.4 // indirect
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0
|
|
github.com/dnote/actions v0.2.0
|
|
github.com/dnote/color v1.7.0
|
|
github.com/dnote/xgo v0.0.0-20200205013105-40be7d6d43ff // indirect
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gobuffalo/packr v1.30.1 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.0
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/justincampbell/bigduration v0.0.0-20160531141349-e45bf03c0666 // indirect
|
|
github.com/justincampbell/timeago v0.0.0-20160528003754-027f40306f1d
|
|
github.com/karrick/godirwalk v1.15.6 // indirect
|
|
github.com/lib/pq v1.4.0
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
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 v0.0.0-20200423171638-eef9d3b68125
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/sirupsen/logrus v1.5.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stripe/stripe-go v70.15.0+incompatible
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
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.2.8
|
|
)
|