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 (
|
2020-08-13 10:38:01 +02:00
|
|
|
4d63.com/tz v1.2.0
|
2020-08-10 14:11:43 +02:00
|
|
|
code.vikunja.io/web v0.0.0-20200809154828-8767618f181f
|
2020-11-07 11:14:08 +01:00
|
|
|
dmitri.shuralyov.com/go/generated v0.0.0-20170818220700-b1254a446363 // indirect
|
2020-04-13 23:18:33 +02:00
|
|
|
gitea.com/xorm/xorm-redis-cache v0.2.0
|
2019-10-16 22:52:29 +02:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
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
|
2018-10-28 17:11:13 +01:00
|
|
|
github.com/client9/misspell v0.3.4
|
2019-12-31 00:27:02 +01:00
|
|
|
github.com/cweill/gotests v1.5.3
|
2019-04-22 14:02:18 +02:00
|
|
|
github.com/d4l3k/messagediff v1.2.1 // indirect
|
2018-11-03 16:05:45 +01:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-08-02 19:16:58 +02:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-10-21 07:09:54 +02:00
|
|
|
github.com/fzipp/gocyclo v0.3.1
|
2020-11-16 14:56:56 +01:00
|
|
|
github.com/gabriel-vasile/mimetype v1.1.2
|
2020-11-16 16:04:57 +01:00
|
|
|
github.com/getsentry/sentry-go v0.8.0
|
2020-10-11 23:27:42 +02:00
|
|
|
github.com/go-errors/errors v1.1.1
|
2020-10-17 20:03:05 +02:00
|
|
|
github.com/go-openapi/swag v0.19.9 // indirect
|
2020-06-05 15:26:35 +02:00
|
|
|
github.com/go-redis/redis/v7 v7.4.0
|
2020-02-14 17:34:25 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-10-19 17:39:08 +02:00
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.4.1
|
2020-08-02 19:16:58 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2020-10-18 13:41:27 +02:00
|
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
2020-11-07 11:14:08 +01:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20201107091007-3b93a8888063
|
2020-09-23 09:59:24 +02:00
|
|
|
github.com/iancoleman/strcase v0.1.2
|
2020-08-11 22:12:50 +02:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-11-08 23:20:54 +01:00
|
|
|
github.com/jgautheron/goconst v0.0.0-20201108215931-f8e4fe8351cd
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-08-31 11:19:49 +02:00
|
|
|
github.com/labstack/echo/v4 v4.1.17
|
2019-10-23 23:11:40 +02:00
|
|
|
github.com/labstack/gommon v0.3.0
|
2019-05-24 19:45:33 +02:00
|
|
|
github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef
|
2020-07-28 08:44:54 +02:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-09-03 17:13:19 +02:00
|
|
|
github.com/magefile/mage v1.10.0
|
2020-10-17 20:03:05 +02:00
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
2020-10-02 17:05:51 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.4
|
2020-10-18 13:41:27 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-04-07 18:58:27 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-10-18 13:41:27 +02:00
|
|
|
github.com/onsi/ginkgo v1.13.0 // indirect
|
2018-12-01 00:26:56 +01:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
2020-10-18 13:41:27 +02:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
2020-11-11 07:44:30 +01:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2020-10-15 22:24:03 +02:00
|
|
|
github.com/prometheus/client_golang v1.8.0
|
2019-05-22 19:48:48 +02:00
|
|
|
github.com/samedi/caldav-go v3.0.0+incompatible
|
2020-04-07 10:39:00 +02:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
2020-08-24 22:00:48 +02:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
2020-10-06 14:03:14 +02:00
|
|
|
github.com/spf13/afero v1.4.1
|
2020-10-18 13:41:27 +02:00
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2020-10-18 22:16:25 +02:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2019-05-07 21:42:24 +02:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-08-01 08:24:46 +02:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-06-05 15:26:48 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-10-20 18:08:28 +02:00
|
|
|
github.com/swaggo/swag v1.6.9
|
2020-04-12 19:29:24 +02:00
|
|
|
github.com/ulule/limiter/v3 v3.5.0
|
2020-11-12 18:18:23 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
|
2020-09-27 15:35:07 +02:00
|
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
2020-04-07 09:29:05 +02:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
2020-10-17 20:03:05 +02:00
|
|
|
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
|
2020-10-20 20:09:29 +02:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-10-17 20:03:05 +02:00
|
|
|
golang.org/x/tools v0.0.0-20201017001424-6003fad69a88 // indirect
|
2018-10-27 11:33:28 +02:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2020-04-12 19:29:24 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // 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
|
2020-10-18 13:41:27 +02:00
|
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
|
2020-08-12 18:20:47 +02:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.5
|
2020-08-12 11:27:43 +02:00
|
|
|
src.techknowlogick.com/xgo v1.1.1-0.20200811225412-bff6512e7c9c
|
2020-11-06 08:05:39 +01:00
|
|
|
src.techknowlogick.com/xormigrate v1.4.0
|
2020-04-12 19:29:24 +02:00
|
|
|
xorm.io/builder v0.3.7
|
2020-02-14 17:34:25 +01:00
|
|
|
xorm.io/core v0.7.3
|
2020-06-18 19:22:43 +02:00
|
|
|
xorm.io/xorm v1.0.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 (
|
|
|
|
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
|
|
|
|
|
|
|
go 1.13
|