-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.59 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
module github.com/kralamoure/retropvp
go 1.22.4
require (
github.com/PaesslerAG/gval v1.2.2
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/happybydefault/logging v0.0.0-20210507180050-0f3842239c0e
github.com/jackc/pgx/v4 v4.18.3
github.com/kralamoure/dofus v0.0.0-20220428011622-33766786c1b4
github.com/kralamoure/dofuspg v0.0.0-20230225193653-fb28cd422c10
github.com/kralamoure/retro v0.0.0-20210524205513-a4b1f4842c56
github.com/kralamoure/retropg v0.0.0-20230223165004-e40608f52a4b
github.com/kralamoure/retroproto v0.0.0-20220514025851-4074f9025d30
github.com/kralamoure/retroutil v0.0.0-20210518132922-a957c67f4004
github.com/spf13/pflag v1.0.5
github.com/zippoxer/golang-petname v0.0.0-20190426180220-f3990f9184fc
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/time v0.5.0
)
require (
github.com/alexedwards/argon2id v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgtype v1.14.3 // indirect
github.com/jackc/puddle v1.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
)