-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.56 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.56 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
module github.com/ONSdigital/dis-bundle-scheduler
go 1.24
require (
github.com/ONSdigital/dis-bundle-api v1.7.0
github.com/ONSdigital/log.go/v2 v2.4.6
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.8.1
)
require (
github.com/ONSdigital/dp-api-clients-go/v2 v2.269.0 // indirect
github.com/ONSdigital/dp-dataset-api v1.83.0 // indirect
github.com/ONSdigital/dp-healthcheck v1.6.4 // indirect
github.com/ONSdigital/dp-net/v3 v3.4.0 // indirect
github.com/ONSdigital/dp-permissions-api v1.3.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/smarty/assertions v1.16.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
go.mongodb.org/mongo-driver v1.17.4 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/otel v1.37.0 // indirect
go.opentelemetry.io/otel/metric v1.37.0 // indirect
go.opentelemetry.io/otel/trace v1.37.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)