forked from DBOMproject/trillian-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 820 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 820 Bytes
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
module trillian-agent
go 1.15
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/loads v0.21.1
github.com/go-openapi/runtime v0.21.0
github.com/go-openapi/spec v0.20.8
github.com/go-openapi/strfmt v0.21.2
github.com/go-openapi/swag v0.21.1
github.com/go-openapi/validate v0.22.1
github.com/golang/protobuf v1.5.2
github.com/google/trillian v1.3.11
github.com/jessevdk/go-flags v1.5.0
github.com/opentracing/opentracing-go v1.2.0
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.1
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/grpc v1.43.0
)