2020-02-07 17:27:45 +01:00
|
|
|
// Vikunja is a to-do list application to facilitate your life.
|
2018-11-26 21:17:33 +01:00
|
|
|
// Copyright 2018 Vikunja and contributors. All rights reserved.
|
|
|
|
//
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
2018-10-11 13:28:41 +02:00
|
|
|
module code.vikunja.io/api
|
|
|
|
|
|
|
|
require (
|
2021-07-06 18:14:40 +02:00
|
|
|
code.vikunja.io/web v0.0.0-20210706160506-d85def955bd3
|
2020-04-13 23:18:33 +02:00
|
|
|
gitea.com/xorm/xorm-redis-cache v0.2.0
|
2021-02-02 23:48:37 +01:00
|
|
|
github.com/ThreeDotsLabs/watermill v1.1.1
|
2021-03-28 17:04:37 +02:00
|
|
|
github.com/adlio/trello v1.9.0
|
2020-09-23 13:27:58 +02:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
2019-05-22 19:48:48 +02:00
|
|
|
github.com/beevik/etree v1.1.0 // indirect
|
2020-08-25 18:06:32 +02:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
|
2021-09-21 18:18:19 +02:00
|
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
2020-12-27 02:17:05 +01:00
|
|
|
github.com/cweill/gotests v1.6.0
|
2020-12-17 14:44:04 +01:00
|
|
|
github.com/d4l3k/messagediff v1.2.1
|
2020-08-02 19:16:58 +02:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-11-21 17:38:58 +01:00
|
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
|
2021-10-15 23:50:50 +02:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
2021-12-23 09:51:14 +01:00
|
|
|
github.com/getsentry/sentry-go v0.12.0
|
2021-02-02 23:48:37 +01:00
|
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
2021-10-17 14:56:28 +02:00
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
2021-04-01 18:31:27 +02:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-05-21 10:16:45 +02:00
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.6.1
|
2021-12-04 14:53:05 +01:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.2.0
|
2020-08-02 19:16:58 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2021-07-06 18:14:40 +02:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-07-13 11:20:11 +02:00
|
|
|
github.com/iancoleman/strcase v0.2.0
|
2021-03-10 11:01:42 +01:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2022-01-10 22:24:23 +01:00
|
|
|
github.com/labstack/echo/v4 v4.6.3
|
2021-11-05 12:03:42 +01:00
|
|
|
github.com/labstack/gommon v0.3.1
|
2019-05-24 19:45:33 +02:00
|
|
|
github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef
|
2021-11-09 08:14:03 +01:00
|
|
|
github.com/lib/pq v1.10.4
|
2021-12-19 18:30:08 +01:00
|
|
|
github.com/magefile/mage v1.12.1
|
2021-12-29 17:05:22 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
2021-02-10 18:47:21 +01:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2018-12-01 00:26:56 +01:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
2020-12-02 22:33:03 +01:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2022-01-19 10:29:02 +01:00
|
|
|
github.com/prometheus/client_golang v1.12.0
|
2020-12-19 00:21:17 +01:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2019-05-22 19:48:48 +02:00
|
|
|
github.com/samedi/caldav-go v3.0.0+incompatible
|
2022-01-05 12:44:50 +01:00
|
|
|
github.com/spf13/afero v1.8.0
|
2021-12-14 21:39:53 +01:00
|
|
|
github.com/spf13/cobra v1.3.0
|
2021-12-15 15:47:10 +01:00
|
|
|
github.com/spf13/viper v1.10.1
|
2021-01-13 11:22:09 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-25 21:21:36 +01:00
|
|
|
github.com/swaggo/swag v1.7.8
|
2022-01-19 10:29:02 +01:00
|
|
|
github.com/tkuchiki/go-timezone v0.2.2
|
2021-11-17 18:57:27 +01:00
|
|
|
github.com/ulule/limiter/v3 v3.9.0
|
2021-11-14 12:14:35 +01:00
|
|
|
github.com/yuin/goldmark v1.4.4
|
2022-01-12 20:40:20 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
2021-10-28 23:19:49 +02:00
|
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
2021-11-04 22:28:37 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
2021-02-20 16:28:21 +01:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-01-15 21:28:17 +01:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
2021-09-28 09:04:56 +02:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
2018-10-27 11:33:28 +02:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2019-04-21 20:18:17 +02:00
|
|
|
gopkg.in/d4l3k/messagediff.v1 v1.2.1
|
2018-10-27 11:33:28 +02:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2021-06-16 10:19:05 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-03-12 10:22:48 +01:00
|
|
|
src.techknowlogick.com/xgo v1.4.1-0.20210311222705-d25c33fcd864
|
2020-11-06 08:05:39 +01:00
|
|
|
src.techknowlogick.com/xormigrate v1.4.0
|
2021-07-06 18:14:40 +02:00
|
|
|
xorm.io/builder v0.3.9
|
2020-02-14 17:34:25 +01:00
|
|
|
xorm.io/core v0.7.3
|
2021-07-06 18:14:40 +02:00
|
|
|
xorm.io/xorm v1.1.2
|
2018-10-11 13:28:41 +02:00
|
|
|
)
|
2019-05-22 19:48:48 +02:00
|
|
|
|
2020-04-12 19:29:24 +02:00
|
|
|
replace (
|
2020-12-17 14:44:04 +01:00
|
|
|
github.com/adlio/trello => github.com/kolaente/trello v1.7.1-0.20201216234312-5c4ef79b531e
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4
|
|
|
|
github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
|
2020-04-14 21:37:00 +02:00
|
|
|
github.com/hpcloud/tail => github.com/jeffbean/tail v1.0.1 // See https://github.com/hpcloud/tail/pull/159
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/samedi/caldav-go => github.com/kolaente/caldav-go v3.0.1-0.20190524174923-9e5cd1688227+incompatible // Branch: feature/dynamic-supported-components, PR: https://github.com/samedi/caldav-go/pull/6 and https://github.com/samedi/caldav-go/pull/7
|
|
|
|
gopkg.in/fsnotify.v1 => github.com/kolaente/fsnotify v1.4.10-0.20200411160148-1bc3c8ff4048 // See https://github.com/fsnotify/fsnotify/issues/328 and https://github.com/golang/go/issues/26904
|
|
|
|
)
|
2019-12-07 15:30:51 +01:00
|
|
|
|
2021-04-18 15:32:02 +02:00
|
|
|
go 1.15
|