2018-11-26 21:17:33 +01:00
|
|
|
// Vikunja is a todo-list application to facilitate your life.
|
|
|
|
// 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 (
|
2018-12-18 17:01:46 +01:00
|
|
|
cloud.google.com/go v0.34.0 // indirect
|
2019-03-29 18:29:44 +01:00
|
|
|
code.vikunja.io/web v0.0.0-20190329170935-7dc1f4191c49
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2018-11-12 16:46:35 +01:00
|
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
|
2018-11-17 00:17:37 +01:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
|
2018-10-28 17:11:13 +01:00
|
|
|
github.com/client9/misspell v0.3.4
|
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
|
2018-10-28 17:11:13 +01:00
|
|
|
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/garyburd/redigo v1.6.0 // indirect
|
2019-01-25 12:40:54 +01:00
|
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
2018-10-27 11:33:28 +02:00
|
|
|
github.com/go-openapi/spec v0.17.2 // indirect
|
|
|
|
github.com/go-openapi/swag v0.17.2 // indirect
|
2018-12-12 23:50:35 +01:00
|
|
|
github.com/go-redis/redis v6.14.2+incompatible
|
2018-12-18 17:01:46 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2019-03-29 18:54:35 +01:00
|
|
|
github.com/go-xorm/builder v0.3.2
|
|
|
|
github.com/go-xorm/core v0.6.0
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/go-xorm/tests v0.5.6 // indirect
|
2019-03-29 18:54:35 +01:00
|
|
|
github.com/go-xorm/xorm v0.7.1
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/go-xorm/xorm-redis-cache v0.0.0-20180727005610-859b313566b2
|
2018-10-28 17:11:13 +01:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2019-03-24 18:15:44 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2018-12-28 23:15:05 +01:00
|
|
|
github.com/jgautheron/goconst v0.0.0-20170703170152-9740945f5dcb
|
2019-04-22 14:02:18 +02:00
|
|
|
github.com/karalabe/xgo v0.0.0-20181007145344-72da7d1d3970 // indirect
|
2018-12-28 23:15:05 +01:00
|
|
|
github.com/kisielk/gotool v1.0.0 // indirect
|
2019-03-24 10:13:40 +01:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
2018-12-01 00:26:56 +01:00
|
|
|
github.com/labstack/gommon v0.2.8
|
2019-03-24 10:13:40 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
2018-12-18 17:01:46 +01:00
|
|
|
github.com/mattn/go-oci8 v0.0.0-20181130072307-052f5d97b9b6 // indirect
|
2019-03-29 18:54:35 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
2018-12-18 17:01:46 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-03-24 18:15:44 +01:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2018-11-28 20:50:06 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
2019-03-29 18:54:35 +01:00
|
|
|
github.com/olekukonko/tablewriter v0.0.1
|
2018-12-18 17:01:46 +01:00
|
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2018-12-01 00:26:56 +01:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
2018-12-12 23:50:35 +01:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
2019-03-24 18:15:44 +01:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2018-10-11 13:28:41 +02:00
|
|
|
github.com/spf13/viper v1.2.0
|
2019-03-24 10:13:40 +01:00
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
2019-01-25 12:40:54 +01:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2018-12-21 22:30:43 +01:00
|
|
|
github.com/swaggo/swag v1.4.1-0.20181210033626-0e12fd5eb026
|
2018-11-12 16:46:35 +01:00
|
|
|
github.com/urfave/cli v1.20.0 // indirect
|
2019-03-24 10:13:40 +01:00
|
|
|
github.com/valyala/fasttemplate v1.0.1 // indirect
|
2019-04-23 10:34:06 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd
|
2018-10-28 17:11:13 +01:00
|
|
|
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
|
2019-04-23 10:34:06 +02:00
|
|
|
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b // indirect
|
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
|
2018-12-18 17:01:46 +01:00
|
|
|
gopkg.in/testfixtures.v2 v2.5.3
|
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
2019-04-22 12:59:42 +02:00
|
|
|
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a
|
2019-04-22 14:02:18 +02:00
|
|
|
src.techknowlogick.com/xgo v0.0.0-20190415010919-1502273fab15
|
2019-03-29 18:54:35 +01:00
|
|
|
src.techknowlogick.com/xormigrate v0.0.0-20190321151057-24497c23c09c
|
2018-10-11 13:28:41 +02:00
|
|
|
)
|