-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
36 lines (33 loc) · 1.51 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
module github.com/Financial-Times/draft-annotations-api
go 1.23
require (
github.com/Financial-Times/api-endpoint v1.0.1
github.com/Financial-Times/go-ft-http v0.0.0-20180309161359-d97cffa9d18b
github.com/Financial-Times/go-fthealth v0.0.0-20171204124831-1b007e2b37b7
github.com/Financial-Times/http-handlers-go v0.0.0-20170809121007-229ac16f1d9e
github.com/Financial-Times/service-status-go v0.3.0
github.com/Financial-Times/transactionid-utils-go v0.2.0
github.com/Pallinder/go-randomdata v0.0.0-20170410161340-8c3362a5e678
github.com/google/uuid v1.3.0
github.com/husobee/vestigo v1.1.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-20161128210544-1f30fe9094a5
github.com/sirupsen/logrus v1.0.5
github.com/stretchr/testify v1.8.1
)
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/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // 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
)