-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.65 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.65 KB
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
module github.com/ylacancellera/random-data-load
go 1.25.0
require (
github.com/alecthomas/kong v1.15.0
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/brianvoe/gofakeit/v7 v7.14.1
github.com/go-sql-driver/mysql v1.9.3
github.com/google/uuid v1.6.0
github.com/icrowley/fake v0.0.0-20240710202011-f797eb4a99c0
github.com/lib/pq v1.12.3
github.com/ory/dockertest v3.3.5+incompatible
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.35.0
gitlab.com/dalibo/transqlate v0.7.3
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/containerd/continuity v0.4.5 // indirect
github.com/corpix/uarand v0.2.0 // indirect
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/moby/sys/user v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/opencontainers/runc v1.2.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.43.0 // indirect
gotest.tools v2.2.0+incompatible // indirect
)