This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
forked from daptin/daptin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
executable file
·118 lines (114 loc) · 5.55 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
module github.com/daptin/daptin
go 1.14
// +heroku goVersion go1.15
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/advance512/yaml v0.0.0-20141213031416-e401b2b02685
github.com/alexeyco/simpletable v0.0.0-20180729223640-1fa9009f1080
github.com/anthonynsimon/bild v0.10.0
github.com/araddon/dateparse v0.0.0-20181123171228-21df004e09ca
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/artpar/api2go v2.4.12+incompatible
github.com/artpar/api2go-adapter v1.0.1
github.com/artpar/conform v0.0.0-20171227110214-a5409cc587c6
github.com/artpar/go-guerrilla v1.5.2
github.com/artpar/go-httpclient v1.0.0 // indirect
github.com/artpar/go-imap v1.0.3
github.com/artpar/go-imap-idle v1.0.2
github.com/artpar/go-koofrclient v1.0.1 // indirect
github.com/artpar/go-smtp-mta v0.2.0
github.com/artpar/go.uuid v1.2.0
github.com/artpar/parsemail v0.0.0-20190115161936-abc648830b9a
github.com/artpar/rclone v1.55.4
github.com/artpar/resty v1.0.3
github.com/artpar/stats v1.0.2
github.com/artpar/xlsx/v2 v2.0.5
github.com/artpar/ydb v0.1.26
//github.com/artpar/ydb v0.0.5
github.com/aviddiviner/gin-limit v0.0.0-20170918012823-43b5f79762c1
github.com/bjarneh/latinx v0.0.0-20120329061922-4dfe9ba2a293
github.com/buraksezer/olric v0.3.6
github.com/corpix/uarand v0.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/gift v1.2.1
github.com/dop251/goja v0.0.0-20181125163413-2dd08a5fc665
github.com/doug-martin/goqu/v9 v9.11.0
github.com/dropbox/dropbox-sdk-go-unofficial v5.6.0+incompatible // indirect
github.com/emersion/go-message v0.11.1
github.com/emersion/go-msgauth v0.4.0
github.com/etgryphon/stringUp v0.0.0-20121020160746-31534ccd8cac // indirect
github.com/fclairamb/ftpserver v0.0.0-20200221221851-84e5d668e655
github.com/getkin/kin-openapi v0.34.0
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/gzip v0.0.2
github.com/gin-contrib/static v0.0.0-20181225054800-cf5e10bbd933
github.com/gin-gonic/gin v1.6.3
github.com/go-acme/lego/v3 v3.2.0
github.com/go-gota/gota v0.0.0-20190402185630-1058f871be31
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/flect v0.1.5
github.com/gocarina/gocsv v0.0.0-20181213162136-af1d9380204a
github.com/gocraft/health v0.0.0-20170925182251-8675af27fef0
github.com/gohugoio/hugo v0.79.0
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
github.com/gonum/integrate v0.0.0-20181209220457-a422b5c0fdf2 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b // indirect
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect
github.com/goreleaser/goreleaser v0.162.0 // indirect
github.com/gorilla/feeds v1.1.1
github.com/graphql-go/graphql v0.7.8
github.com/graphql-go/handler v0.2.3
github.com/graphql-go/relay v0.0.0-20171208134043-54350098cfe5
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/imroc/req v0.2.4
github.com/jamiealquiza/envy v1.1.0
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/jlaffaye/ftp v0.0.0-20210302195756-c3c8c7ac6590
github.com/jmoiron/sqlx v0.0.0-20181024163419-82935fac6c1a
github.com/json-iterator/go v1.1.10
github.com/julienschmidt/httprouter v1.3.0
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7 // indirect
github.com/kniren/gota v0.10.1 // indirect
github.com/koofr/go-httpclient v0.0.0-20200420163713-93aa7c75b348 // indirect
github.com/koofr/go-koofrclient v0.0.0-20190724113126-8e5366da203a // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/gommon v0.2.8 // indirect
github.com/lib/pq v1.9.0
github.com/looplab/fsm v0.0.0-20180515091235-f980bdb68a89
github.com/mattn/go-sqlite3 v1.11.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/naoina/toml v0.1.1
github.com/ncw/swift v1.0.52 // indirect
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd // indirect
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.2.0
github.com/robfig/cron/v3 v3.0.0
github.com/sadlil/go-trigger v0.0.0-20170328161825-cfc3d83007cd
github.com/siebenmann/smtpd v0.0.0-20170816215504-b93303610bbe // indirect
github.com/simplereach/timeutils v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/smancke/mailck v0.0.0-20180319162224-be54df53c96e
github.com/spf13/cobra v1.1.3
github.com/timsolov/rest-query-parser v1.9.5 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
github.com/yangxikun/gin-limit-by-key v0.0.0-20190512072151-520697354d5f
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
golang.org/x/text v0.3.5
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
gonum.org/v1/gonum v0.6.2 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible