generated from snivilised/astrolib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (37 loc) · 1.16 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
module github.com/snivilised/lorax
go 1.22.0
require (
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/samber/lo v1.46.0 // indirect
github.com/snivilised/extendio v0.7.0
)
require (
github.com/fortytw2/leaktest v1.3.0
go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.2.0
)
require (
github.com/avfs/avfs v0.33.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
)
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/emirpasic/gods v1.18.1
github.com/go-logr/logr v1.4.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
github.com/google/uuid v1.6.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/teivah/onecontext v1.3.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)