forked from palantir/witchcraft-go-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 792 Bytes
/
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
module github.com/palantir/witchcraft-go-logging
go 1.13
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/nmiyake/pkg/dirs v1.0.0
github.com/palantir/pkg/datetime v1.0.0
github.com/palantir/pkg/objmatcher v1.0.0
github.com/palantir/pkg/safejson v1.0.0
github.com/palantir/pkg/safelong v1.0.0
github.com/palantir/pkg/safeyaml v1.0.0
github.com/palantir/witchcraft-go-error v1.2.0
github.com/palantir/witchcraft-go-params v1.1.0
github.com/palantir/witchcraft-go-tracing v1.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/rs/zerolog v1.11.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.9.1
gopkg.in/yaml.v2 v2.2.5
)