-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (27 loc) · 967 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
31
module github.com/aneurinprice/gitea-bulk-importer
go 1.22.4
require (
github.com/google/go-github/v66 v66.0.0
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
)
require (
code.gitea.io/sdk/gitea v0.19.0
github.com/alexflint/go-arg v1.5.1
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/go-playground/validator/v10 v10.22.1
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)