-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 791 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 791 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
26
module github.com/thisiserico/golib
go 1.19
require (
github.com/apex/log v1.1.1
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.1.1
github.com/segmentio/redis-go v0.3.0
go.opentelemetry.io/otel v1.6.0
go.opentelemetry.io/otel/sdk v1.6.0
go.opentelemetry.io/otel/trace v1.6.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/fasthash v1.0.3 // indirect
github.com/segmentio/objconv v1.0.1 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
)