This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
39 lines (36 loc) · 1.56 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
module github.com/Financial-Times/draft-annotations-api
go 1.22
require (
github.com/Financial-Times/api-endpoint v1.0.1
github.com/Financial-Times/cm-annotations-ontology v1.0.5
github.com/Financial-Times/go-ft-http v0.0.0-20180309161359-d97cffa9d18b
github.com/Financial-Times/go-fthealth v0.0.0-20200609161010-4c53fbef65fa
github.com/Financial-Times/go-logger/v2 v2.0.1
github.com/Financial-Times/http-handlers-go/v2 v2.1.0
github.com/Financial-Times/opa-client-go v1.1.4
github.com/Financial-Times/service-status-go v0.3.0
github.com/Financial-Times/transactionid-utils-go v1.0.0
github.com/Financial-Times/upp-content-validator-kit/v3 v3.0.3
github.com/Pallinder/go-randomdata v0.0.0-20170410161340-8c3362a5e678
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.1
github.com/jawher/mow.cli v0.0.0-20170712113824-a6088643acff
github.com/pkg/errors v0.8.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)