mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
48 lines
2 KiB
Modula-2
48 lines
2 KiB
Modula-2
module github.com/dnote/dnote
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
|
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/go-kit/kit v0.10.0 // indirect
|
|
github.com/gobuffalo/envy v1.7.1 // indirect
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
|
github.com/lib/pq v1.10.2
|
|
github.com/mattn/go-colorable v0.1.8 // 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-20210408115534-a32ed26c37ea
|
|
github.com/sergi/go-diff v1.2.0
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
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
|
|
)
|