-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
83 lines (78 loc) · 3.58 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module github.com/ugent-library/deliver
go 1.21.5
toolchain go1.21.6
require (
entgo.io/ent v0.12.5
github.com/a-h/templ v0.2.543
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/credentials v1.13.24
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.67
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
github.com/brianvoe/gofakeit/v6 v6.27.0
github.com/caarlos0/env/v10 v10.0.0
github.com/go-chi/chi/v5 v5.0.11
github.com/gorilla/csrf v1.7.2
github.com/jackc/pgx/v5 v5.3.1
github.com/joho/godotenv v1.5.1
github.com/mozillazg/go-unidecode v0.2.0
github.com/nics/ich v0.0.0-20240214113125-4ecddc685f7c
github.com/oklog/ulid/v2 v2.1.0
github.com/ory/graceful v0.1.3
github.com/ugent-library/bind v0.0.0-20230530100714-1c79a1aecab1
github.com/ugent-library/catbird v0.0.0-20240117130454-d406e5e698cf
github.com/ugent-library/httperror v0.0.0-20230123152913-d3d289bcce20
github.com/unrolled/secure v1.14.0
go.uber.org/zap v1.26.0
)
require (
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
)
require (
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/alexliesenfeld/health v0.7.0
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.25 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.28 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.2 // indirect
github.com/aws/smithy-go v1.13.5 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/go-playground/form/v4 v4.2.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.7.0
github.com/ugent-library/crypt v0.0.0-20240117154030-a71a6ff50afe
github.com/ugent-library/friendly v0.0.0-20230811091914-e5eb37f47072
github.com/ugent-library/htmx v0.0.0-20240118150818-64e3e65fb690
github.com/ugent-library/httpx v0.0.0-20231026122034-e9de0b29458b
github.com/ugent-library/oidc v0.0.0-20240327104830-5735182db2e5
github.com/ugent-library/okay v0.0.0-20231205122923-396c4d3a29f2
github.com/ugent-library/zaphttp v0.0.0-20230513174723-52c27d21c5ce
github.com/zclconf/go-cty v1.13.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)