This repository was archived by the owner on May 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 1.37 KB
/
go.mod
File metadata and controls
28 lines (26 loc) · 1.37 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
module github.com/Financial-Times/annotations-mapper
go 1.13
require (
github.com/Financial-Times/go-fthealth v0.0.0-20171204124831-1b007e2b37b7
github.com/Financial-Times/go-logger v0.0.0-20170914081945-83fc3e64dc55
github.com/Financial-Times/kafka v0.0.0-20181214115819-fddecb2b8f89 // indirect
github.com/Financial-Times/kafka-client-go v0.0.0-20181214120216-c3a1941e42a4
github.com/Financial-Times/service-status-go v0.0.0-20160323111542-3f5199736a3d
github.com/Financial-Times/uuid-utils-go v0.0.0-20170516110427-e22658edd0f1
github.com/Shopify/sarama v1.23.1 // indirect
github.com/google/uuid v1.1.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.4.1-0.20170524010104-043ee6597c29
github.com/hashicorp/go-version v0.0.0-20170202080759-03c5bf6be031 // indirect
github.com/jawher/mow.cli v0.0.0-20170430135212-8327d12beb75
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/pkg/errors v0.8.0
github.com/samuel/go-zookeeper v0.0.0-20161028232340-1d7be4effb13 // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/twinj/uuid v0.1.0
github.com/willf/bitset v1.1.2 // indirect
github.com/wvanbergen/kazoo-go v0.0.0-20160930072434-968957352185 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
)