-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
30 lines (27 loc) · 971 Bytes
/
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
module ellycache
go 1.23.4
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/gorilla/handlers v1.5.2
github.com/hashicorp/hcl/v2 v2.23.0
github.com/jackc/pgx/v5 v5.7.1
github.com/ovh/symmecrypt v0.6.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/pflag v1.0.5
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/zclconf/go-cty v1.15.1 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)