-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
31 lines (27 loc) · 953 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/adjoeio/djoemo
require (
github.com/aws/aws-sdk-go v1.19.1
github.com/bouk/monkey v1.0.1
github.com/golang/mock v1.2.0
github.com/guregu/dynamo v1.2.1
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.34.2
github.com/pkg/errors v0.8.1
)
require (
bou.ke/monkey v1.0.2 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.22.0
toolchain go1.23.1