2020-02-07 17:27:45 +01:00
|
|
|
// Vikunja is a to-do list application to facilitate your life.
|
2024-08-29 16:15:28 +02:00
|
|
|
// Copyright 2018-present Vikunja and contributors. All rights reserved.
|
2018-11-26 20:17:33 +00:00
|
|
|
//
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
2024-08-29 16:15:28 +02:00
|
|
|
// it under the terms of the GNU Affero General Public Licensee as published by
|
2018-11-26 20:17:33 +00:00
|
|
|
// 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
|
2024-08-29 16:15:28 +02:00
|
|
|
// GNU Affero General Public Licensee for more details.
|
2018-11-26 20:17:33 +00:00
|
|
|
//
|
2024-08-29 16:15:28 +02:00
|
|
|
// You should have received a copy of the GNU Affero General Public Licensee
|
2018-11-26 20:17:33 +00:00
|
|
|
// 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 (
|
2024-09-06 12:16:22 +00:00
|
|
|
dario.cat/mergo v1.0.1
|
2025-01-16 11:06:59 +00:00
|
|
|
github.com/ThreeDotsLabs/watermill v1.4.4
|
2024-04-16 23:14:51 +02:00
|
|
|
github.com/adlio/trello v1.12.0
|
2024-07-17 10:51:53 +00:00
|
|
|
github.com/arran4/golang-ical v0.3.1
|
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
|
2025-01-04 06:07:12 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.12.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
|
2025-01-04 10:07:31 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.8
|
2024-06-11 21:12:25 +00:00
|
|
|
github.com/ganigeorgiev/fexpr v0.4.1
|
2025-01-02 17:07:56 +00:00
|
|
|
github.com/getsentry/sentry-go v0.31.1
|
|
|
|
github.com/getsentry/sentry-go/echo v0.31.1
|
2025-02-27 17:09:57 +01:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.10
|
2024-03-28 21:06:31 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.14.0
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
|
2025-03-21 23:46:38 +01:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
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
|
2024-06-12 11:14:02 +00:00
|
|
|
github.com/hashicorp/go-version v1.7.0
|
2024-02-11 08:07:24 +00:00
|
|
|
github.com/hhsnopek/etag v0.0.0-20171206181245-aea95f647346
|
2024-07-17 10:51:53 +00:00
|
|
|
github.com/huandu/go-clone/generic v1.7.2
|
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
|
2024-12-04 21:30:58 +00:00
|
|
|
github.com/labstack/echo-jwt/v4 v4.3.0
|
2024-12-19 06:06:46 +00:00
|
|
|
github.com/labstack/echo/v4 v4.13.3
|
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-10-04 16:15:13 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
2024-07-17 11:12:51 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
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-10-15 12:16:44 +00:00
|
|
|
github.com/prometheus/client_golang v1.20.5
|
2025-03-21 10:44:26 +01:00
|
|
|
github.com/redis/go-redis/v9 v9.7.3
|
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
|
2025-01-09 12:07:04 +00:00
|
|
|
github.com/spf13/afero v1.12.0
|
2024-06-17 10:13:15 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-06-12 13:12:31 +00:00
|
|
|
github.com/spf13/viper v1.19.0
|
2024-11-23 12:26:56 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2024-10-29 09:15:35 +00:00
|
|
|
github.com/swaggo/swag v1.16.4
|
2024-04-17 22:07:51 +00:00
|
|
|
github.com/tkuchiki/go-timezone v0.2.3
|
2024-09-04 21:16:13 +00:00
|
|
|
github.com/typesense/typesense-go/v2 v2.0.0
|
2023-05-24 10:01:51 +00:00
|
|
|
github.com/ulule/limiter/v3 v3.11.2
|
2025-01-12 14:06:31 +00:00
|
|
|
github.com/wneessen/go-mail v0.6.1
|
2024-10-16 14:15:05 +00:00
|
|
|
github.com/yuin/goldmark v1.7.8
|
2025-03-28 15:27:07 +01:00
|
|
|
golang.org/x/crypto v0.36.0
|
2024-12-04 18:22:19 +00:00
|
|
|
golang.org/x/image v0.23.0
|
2025-02-27 17:09:57 +01:00
|
|
|
golang.org/x/oauth2 v0.27.0
|
2025-03-28 15:27:07 +01:00
|
|
|
golang.org/x/sync v0.12.0
|
|
|
|
golang.org/x/sys v0.31.0
|
|
|
|
golang.org/x/term v0.30.0
|
|
|
|
golang.org/x/text v0.23.0
|
2019-04-21 18:18:17 +00:00
|
|
|
gopkg.in/d4l3k/messagediff.v1 v1.2.1
|
2025-01-08 18:07:12 +00:00
|
|
|
mvdan.cc/xurls/v2 v2.6.0
|
2024-11-05 10:07:53 +01:00
|
|
|
src.techknowlogick.com/xgo v1.8.1-0.20241105013731-313dedef864f
|
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 (
|
2025-01-09 12:07:04 +00:00
|
|
|
cel.dev/expr v0.16.1 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
cloud.google.com/go v0.116.0 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
cloud.google.com/go/auth v0.13.0 // indirect
|
|
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
|
|
cloud.google.com/go/iam v1.2.2 // indirect
|
|
|
|
cloud.google.com/go/longrunning v0.6.2 // indirect
|
|
|
|
cloud.google.com/go/monitoring v1.21.2 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
cloud.google.com/go/spanner v1.73.0 // indirect
|
2024-03-09 08:06:20 +00:00
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
2025-01-27 14:40:09 +01:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/KyleBanks/depth v1.2.1 // 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
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
2023-02-14 09:51:50 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
|
2024-06-17 10:13:15 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2025-01-24 12:13:16 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2025-01-27 14:40:09 +01:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.1.0 // indirect
|
2025-02-27 17:09:57 +01:00
|
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-06-14 13:13:00 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.20.2 // indirect
|
2023-12-19 15:13:05 +01:00
|
|
|
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
|
2024-06-14 13:13:00 +00:00
|
|
|
github.com/go-openapi/swag v0.22.8 // indirect
|
2023-08-28 11:11:30 +02:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/google/s2a-go v0.1.8 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/googleapis/go-sql-spanner v1.7.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
|
2024-07-11 12:52:09 +02:00
|
|
|
github.com/huandu/go-clone v1.6.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
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2022-07-13 22:47:25 +02:00
|
|
|
github.com/laurent22/ical-go v0.1.1-0.20181107184520-7e5d6ade8eef // 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
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-06-14 13:13:00 +00:00
|
|
|
github.com/oapi-codegen/runtime v1.1.1 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
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-06-12 13:12:31 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
2022-06-19 16:36:53 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-12-22 23:24:00 +00:00
|
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.15.1 // 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
|
2024-09-05 11:15:22 +00:00
|
|
|
github.com/sony/gobreaker v1.0.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
|
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-12-22 23:24:00 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.29.0 // indirect
|
2023-10-10 21:23:06 +02:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
2025-01-08 18:07:12 +00:00
|
|
|
golang.org/x/mod v0.22.0 // indirect
|
2025-03-28 15:27:07 +01:00
|
|
|
golang.org/x/net v0.38.0 // indirect
|
2024-12-04 20:22:18 +00:00
|
|
|
golang.org/x/time v0.8.0 // indirect
|
2025-01-08 18:07:12 +00:00
|
|
|
golang.org/x/tools v0.28.0 // indirect
|
2025-01-09 12:07:04 +00:00
|
|
|
google.golang.org/api v0.215.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
|
|
|
|
google.golang.org/grpc v1.67.3 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.1 // 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
|
2024-11-05 10:07:53 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // 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
|
|
|
|
2025-01-24 12:13:16 +01:00
|
|
|
replace github.com/labstack/echo/v4 => github.com/kolaente/echo/v4 v4.0.0-20250124112709-682dfde74c31 // https://github.com/labstack/echo/pull/2738
|
|
|
|
|
2025-02-27 17:09:57 +01:00
|
|
|
go 1.23.0
|
2023-10-10 18:21:09 +02:00
|
|
|
|
2025-01-16 21:07:59 +00:00
|
|
|
toolchain go1.23.5
|