forked from open-telemetry/opentelemetry-collector-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 1019 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
25
26
27
28
module github.com/open-telemetry/opentelemetry-collector-releases
go 1.18
require (
github.com/goreleaser/goreleaser v1.13.1
github.com/goreleaser/nfpm/v2 v2.22.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/caarlos0/log v0.1.10 // indirect
github.com/charmbracelet/lipgloss v0.6.1-0.20220911181249-6304a734e792 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goreleaser/fileglob v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/invopop/jsonschema v0.7.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)