forked from icco/logrus-stackdriver-formatter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 652 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/StevenACoffman/logrus-stackdriver-formatter
go 1.16
require (
github.com/felixge/httpsnoop v1.0.2
github.com/go-kit/kit v0.10.0
github.com/go-stack/stack v1.8.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/google/go-cmp v0.5.5
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel/trace v0.20.0
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
)