-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
- Loading branch information
Showing
2 changed files
with
1 addition
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,14 @@ | ||
module github.com/open-telemetry/opentelemetry-collector-releases | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.7 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/goreleaser/goreleaser-pro v1.25.1-pro | ||
github.com/goreleaser/nfpm/v2 v2.37.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
github.com/buger/jsonparser v1.1.1 // indirect | ||
github.com/caarlos0/log v0.4.4 // indirect | ||
github.com/charmbracelet/lipgloss v0.10.0 // indirect | ||
github.com/elliotchance/orderedmap/v2 v2.2.0 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/goreleaser/fileglob v1.3.0 // indirect | ||
github.com/invopop/jsonschema v0.12.0 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/muesli/reflow v0.3.0 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters