-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Go CI version. * Update Go modules. * Sync files from prometheus/prometheus Signed-off-by: SuperQ <[email protected]>
- Loading branch information
Showing
6 changed files
with
79 additions
and
59 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
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
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
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
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,16 +1,25 @@ | ||
module github.com/prometheus-community/avalanche | ||
|
||
go 1.14 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/nelkinda/health-go v0.0.1 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/client_model v0.2.0 | ||
github.com/prometheus/common v0.15.0 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/prometheus/client_model v0.5.0 | ||
github.com/prometheus/common v0.48.0 | ||
github.com/prometheus/prometheus v1.8.2-0.20201119181812-c8f810083d3f | ||
golang.org/x/sys v0.1.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/nelkinda/http-go v0.0.1 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
) |
Oops, something went wrong.