-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
30 lines (27 loc) · 1.01 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
module github.com/Financial-Times/elasticsearch-reindexer
go 1.22
require (
github.com/Financial-Times/go-fthealth v0.6.2
github.com/Financial-Times/go-logger v0.0.0-20180323124113-febee6537e90
github.com/Financial-Times/service-status-go v0.3.0
github.com/Masterminds/semver v1.3.0
github.com/aws/aws-sdk-go v1.44.83
github.com/google/uuid v1.6.0
github.com/husobee/vestigo v1.1.1
github.com/jawher/mow.cli v1.2.0
github.com/olivere/elastic/v7 v7.0.32
github.com/stretchr/testify v1.9.0
)
require (
github.com/Financial-Times/go-logger/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)