-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (20 loc) · 1012 Bytes
/
go.mod
File metadata and controls
21 lines (20 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/zchee/zap-encoder
require (
cloud.google.com/go v0.34.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.2.1-0.20181115012043-2248b49eaa8e
github.com/google/martian v2.1.0+incompatible // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
go.opencensus.io v0.18.1-0.20181204023538-aab39bd6a98b
go.uber.org/atomic v1.3.3-0.20181018215023-8dc6146f7569 // indirect
go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df // indirect
go.uber.org/zap v1.9.2-0.20180814183419-67bc79d13d15
golang.org/x/exp/errors v0.0.0-20190104205336-ae74f88a12a8
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4
golang.org/x/sys v0.0.0-20190114130336-2be517255631 // indirect
google.golang.org/api v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c // indirect
)