2020-02-07 17:27:45 +01:00
|
|
|
// Vikunja is a to-do list application to facilitate your life.
|
2018-11-26 20:17:33 +00: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
|
2023-06-20 10:02:21 +00:00
|
|
|
dario.cat/mergo v1.0.0
|
2023-10-10 14:04:19 +00:00
|
|
|
github.com/ThreeDotsLabs/watermill v1.3.5
|
2024-04-16 23:14:51 +02:00
|
|
|
github.com/adlio/trello v1.12.0
|
2024-04-11 16:07:49 +00:00
|
|
|
github.com/arran4/golang-ical v0.2.8
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
2021-12-12 22:34:30 +01:00
|
|
|
github.com/bbrks/go-blurhash v1.1.1
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
|
2024-03-19 18:05:40 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.10.0
|
2020-12-27 01:17:05 +00:00
|
|
|
github.com/cweill/gotests v1.6.0
|
2020-12-17 13:44:04 +00:00
|
|
|
github.com/d4l3k/messagediff v1.2.1
|
2020-08-02 17:16:58 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2024-04-22 16:05:39 +00:00
|
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20240422154211-76c06c4bde6b
|
2023-10-12 16:03:01 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
2023-11-22 11:14:06 +01:00
|
|
|
github.com/ganigeorgiev/fexpr v0.4.0
|
2024-02-11 08:06:49 +00:00
|
|
|
github.com/getsentry/sentry-go v0.27.0
|
2024-03-28 21:06:31 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
2024-02-18 09:06:38 +00:00
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.10.0
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
|
2024-03-08 09:06:35 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2020-08-02 17:16:58 +00:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2024-01-23 19:04:32 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-03-14 15:31:09 +01:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2024-02-11 08:07:24 +00:00
|
|
|
github.com/hhsnopek/etag v0.0.0-20171206181245-aea95f647346
|
2023-07-13 01:02:01 +00:00
|
|
|
github.com/iancoleman/strcase v0.3.0
|
2023-10-10 14:03:46 +00:00
|
|
|
github.com/jinzhu/copier v0.4.0
|
2023-05-30 18:11:31 +00:00
|
|
|
github.com/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6
|
2023-05-16 12:01:49 +00:00
|
|
|
github.com/labstack/echo-jwt/v4 v4.2.0
|
2024-04-18 16:06:49 +00:00
|
|
|
github.com/labstack/echo/v4 v4.12.0
|
2024-01-16 10:57:02 +00:00
|
|
|
github.com/labstack/gommon v0.4.2
|
2023-04-26 05:01:44 +00:00
|
|
|
github.com/lib/pq v1.10.9
|
2023-05-11 16:01:42 +00:00
|
|
|
github.com/magefile/mage v1.15.0
|
2024-02-02 18:05:03 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
2024-04-08 09:06:04 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
2021-02-10 17:47:21 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2018-11-30 23:26:56 +00:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
2022-12-14 07:21:11 +00:00
|
|
|
github.com/pquerna/otp v1.4.0
|
2024-02-28 22:06:28 +00:00
|
|
|
github.com/prometheus/client_golang v1.19.0
|
2024-02-20 16:06:59 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.5.1
|
2020-12-18 23:21:17 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2019-05-22 17:48:48 +00:00
|
|
|
github.com/samedi/caldav-go v3.0.0+incompatible
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/spf13/afero v1.11.0
|
2023-11-04 22:02:44 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/spf13/viper v1.18.2
|
2024-03-04 10:07:09 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-02-01 07:05:05 +00:00
|
|
|
github.com/swaggo/swag v1.16.3
|
2024-04-17 22:07:51 +00:00
|
|
|
github.com/tkuchiki/go-timezone v0.2.3
|
2024-01-16 11:00:10 +00:00
|
|
|
github.com/typesense/typesense-go v1.0.0
|
2023-05-24 10:01:51 +00:00
|
|
|
github.com/ulule/limiter/v3 v3.11.2
|
2023-07-08 12:02:02 +00:00
|
|
|
github.com/wneessen/go-mail v0.4.0
|
2024-04-08 09:06:04 +00:00
|
|
|
github.com/yuin/goldmark v1.7.1
|
2024-05-06 15:05:56 +00:00
|
|
|
golang.org/x/crypto v0.23.0
|
2024-05-05 14:05:52 +00:00
|
|
|
golang.org/x/image v0.16.0
|
2024-05-04 16:05:40 +00:00
|
|
|
golang.org/x/oauth2 v0.20.0
|
2024-04-17 20:37:47 +00:00
|
|
|
golang.org/x/sync v0.7.0
|
2024-05-04 16:06:13 +00:00
|
|
|
golang.org/x/sys v0.20.0
|
2024-05-05 14:06:28 +00:00
|
|
|
golang.org/x/term v0.20.0
|
2024-05-04 21:05:53 +00:00
|
|
|
golang.org/x/text v0.15.0
|
2019-04-21 18:18:17 +00:00
|
|
|
gopkg.in/d4l3k/messagediff.v1 v1.2.1
|
2022-06-01 17:07:40 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-01-16 10:57:02 +00:00
|
|
|
mvdan.cc/xurls/v2 v2.5.0
|
2024-04-06 09:07:13 +00:00
|
|
|
src.techknowlogick.com/xgo v1.7.1-0.20240403232151-e01c4fbef884
|
2023-11-07 03:02:27 +00:00
|
|
|
src.techknowlogick.com/xormigrate v1.7.1
|
2023-07-20 11:02:05 +00:00
|
|
|
xorm.io/builder v0.3.13
|
2024-03-18 07:06:48 +00:00
|
|
|
xorm.io/xorm v1.3.9
|
2018-10-11 13:28:41 +02:00
|
|
|
)
|
2019-05-22 17:48:48 +00:00
|
|
|
|
2022-06-19 16:36:53 +02:00
|
|
|
require (
|
2024-03-09 08:06:20 +00:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2024-02-18 09:06:38 +00:00
|
|
|
github.com/ClickHouse/ch-go v0.58.2 // indirect
|
|
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.18.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
2024-02-18 09:06:38 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
2024-04-07 13:34:14 +02:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/beevik/etree v1.1.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/bytedance/sonic v1.10.0 // indirect
|
2023-02-14 09:51:50 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
2023-01-31 16:45:58 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
|
|
github.com/chenzhuoyu/iasm v0.9.0 // indirect
|
2023-11-07 15:14:20 +01:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/deepmap/oapi-codegen v1.13.4 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/gin-gonic/gin v1.9.1 // indirect
|
|
|
|
github.com/go-chi/chi/v5 v5.0.10 // indirect
|
2023-05-02 00:01:59 +00:00
|
|
|
github.com/go-faster/city v1.0.1 // indirect
|
|
|
|
github.com/go-faster/errors v0.6.1 // indirect
|
2024-03-19 18:05:40 +00:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/go-openapi/jsonpointer v0.20.1 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.20.3 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/go-openapi/swag v0.22.5 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.15.1 // indirect
|
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2024-04-07 13:34:14 +02:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2023-02-14 09:51:50 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-04-06 12:01:54 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2022-07-13 22:47:25 +02:00
|
|
|
github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
2023-02-14 09:51:50 +00:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
|
2023-01-19 16:34:04 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2022-10-04 19:39:56 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2022-09-30 13:48:18 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-07-19 15:32:46 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
2023-01-31 16:45:58 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.4 // indirect
|
|
|
|
github.com/onsi/gomega v1.16.0 // indirect
|
2024-02-18 09:06:38 +00:00
|
|
|
github.com/paulmach/orb v0.11.1 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
2024-02-18 09:06:38 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.18 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2024-01-16 10:57:42 +00:00
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
2024-02-28 22:06:28 +00:00
|
|
|
github.com/prometheus/common v0.48.0 // indirect
|
2024-01-16 10:57:42 +00:00
|
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
2023-05-02 00:01:59 +00:00
|
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/spf13/cast v1.6.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
2024-03-08 09:59:55 +01:00
|
|
|
github.com/tj/assert v0.0.3 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/urfave/cli/v2 v2.3.0 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-12-28 10:32:12 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2023-03-14 15:31:09 +01:00
|
|
|
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4 // indirect
|
2024-02-18 09:06:38 +00:00
|
|
|
go.opentelemetry.io/otel v1.22.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.22.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
golang.org/x/arch v0.4.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2024-04-07 13:34:14 +02:00
|
|
|
golang.org/x/net v0.24.0 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
2024-03-14 08:32:55 +01:00
|
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
2022-09-30 20:07:21 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-10-11 10:21:52 +02:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
)
|
|
|
|
|
2023-03-05 19:12:39 +01:00
|
|
|
replace github.com/samedi/caldav-go => github.com/kolaente/caldav-go v3.0.1-0.20190610114120-2a4eb8b5dcc9+incompatible // Branch: feature/dynamic-supported-components, PR: https://github.com/samedi/caldav-go/pull/6 and https://github.com/samedi/caldav-go/pull/7
|
2019-12-07 14:30:51 +00:00
|
|
|
|
2023-10-10 18:21:09 +02:00
|
|
|
go 1.21
|
|
|
|
|
2024-05-07 17:06:20 +00:00
|
|
|
toolchain go1.22.3
|