-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.21 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.21 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
29
30
31
32
33
34
35
36
37
module github.com/palantir/witchcraft-go-logging
go 1.26.0
require (
github.com/fatih/color v1.18.0
github.com/golang/glog v1.2.5
github.com/nmiyake/pkg/dirs v1.1.0
github.com/palantir/pkg/bytesbuffers v1.3.0
github.com/palantir/pkg/datetime v1.4.0
github.com/palantir/pkg/objmatcher v1.2.0
github.com/palantir/pkg/rid v1.2.0
github.com/palantir/pkg/safejson v1.2.0
github.com/palantir/pkg/safelong v1.3.0
github.com/palantir/pkg/safeyaml v1.2.0
github.com/palantir/pkg/uuid v1.3.0
github.com/palantir/witchcraft-go-error v1.42.0
github.com/palantir/witchcraft-go-params v1.40.0
github.com/palantir/witchcraft-go-tracing v1.41.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
github.com/palantir/pkg v1.1.0 // indirect
github.com/palantir/pkg/transform v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)