
Go mod tidy [skip ci] Add modules/migration to docs [skip ci] update date fmt Merge branch 'master' into feature/migration # Conflicts: # pkg/routes/api/v1/info.go Add docs on how to create a migrator Add available migrators to /info endpoint Return a message once everything was migrated successfully Add swagger docs for wunderlist migration Docs for migration [skip ci] Fix due date fixture in migration test Fix staticcheck Fix lint Logging and cleanup Make the migrator work with real data Add routes for migration Fix misspell Add method to store a full vikunja structure into vikunja Add getting all data from wunderlist Add attachment migration from wunderlist Add done and done at to wunderlist migrator Add todo Add wunderlist auth url implementation Fix lint Finish wunderlist migration Added all structs for the wunderlist migratior Fix owner field being null for user shared namespaces (#119) Update copyright year (#118) Add option to disable registration (#117) Added migrator interface Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/120
94 lines
4.4 KiB
Modula-2
94 lines
4.4 KiB
Modula-2
// 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/>.
|
|
|
|
module code.vikunja.io/api
|
|
|
|
require (
|
|
cloud.google.com/go v0.34.0 // indirect
|
|
code.vikunja.io/web v0.0.0-20191023202526-f337750c3573
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
|
github.com/beevik/etree v1.1.0 // indirect
|
|
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/cweill/gotests v1.5.3
|
|
github.com/d4l3k/messagediff v1.2.1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835
|
|
github.com/garyburd/redigo v1.6.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.3 // indirect
|
|
github.com/go-openapi/spec v0.19.4 // indirect
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/go-xorm/builder v0.3.4
|
|
github.com/go-xorm/core v0.6.2
|
|
github.com/go-xorm/tests v0.5.6 // indirect
|
|
github.com/go-xorm/xorm v0.7.1
|
|
github.com/go-xorm/xorm-redis-cache v0.0.0-20180727005610-859b313566b2
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc
|
|
github.com/imdario/mergo v0.3.7
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jgautheron/goconst v0.0.0-20170703170152-9740945f5dcb
|
|
github.com/labstack/echo/v4 v4.1.11
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mattn/go-oci8 v0.0.0-20181130072307-052f5d97b9b6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/samedi/caldav-go v3.0.0+incompatible
|
|
github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/swaggo/swag v1.6.3
|
|
github.com/ulule/limiter/v3 v3.3.0
|
|
github.com/urfave/cli v1.22.2 // indirect
|
|
github.com/valyala/fasttemplate v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
|
|
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
|
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d // indirect
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/d4l3k/messagediff.v1 v1.2.1
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/testfixtures.v2 v2.5.3
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a
|
|
src.techknowlogick.com/xgo v0.0.0-20190507142556-a5b29ecb0ff4
|
|
src.techknowlogick.com/xormigrate v0.0.0-20190321151057-24497c23c09c
|
|
)
|
|
|
|
replace 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
|
|
|
|
go 1.13
|