-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathgo.mod
More file actions
69 lines (65 loc) · 3.05 KB
/
go.mod
File metadata and controls
69 lines (65 loc) · 3.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module github.com/humanlogio/humanlog
go 1.25.0
require (
connectrpc.com/connect v1.17.0
github.com/99designs/keyring v1.2.2
github.com/aybabtme/flatjson v0.1.3-0.20250507081407-dfee75a600e6
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/blang/semver v3.5.1+incompatible
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
github.com/charmbracelet/log v0.4.2
github.com/cli/safeexec v1.0.1
github.com/fatih/color v1.18.0
github.com/go-logfmt/logfmt v0.6.1
github.com/google/go-cmp v0.7.0
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
github.com/lucasb-eyer/go-colorful v1.3.0
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
github.com/minitape/api/go v0.0.0-20260416221704-c1ee4d0eb992
github.com/mitchellh/go-homedir v1.1.0
github.com/oklog/ulid/v2 v2.1.1
github.com/ryanuber/go-glob v1.0.0
github.com/stretchr/testify v1.11.1
github.com/urfave/cli v1.22.14
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/proto/otlp v1.8.0
golang.org/x/net v0.43.0
google.golang.org/grpc v1.75.0
google.golang.org/protobuf v1.36.10
)
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20250912141014-52f32327d4b0.1 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/charmbracelet/colorprofile v0.3.2 // indirect
github.com/charmbracelet/x/ansi v0.10.2 // indirect
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/minitape/api/go => ../../minitape/api/go