diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-08-17 22:56:47 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-08-17 22:56:47 +0200 |
| commit | 22e8f3548a72c78deccedc5a65c1cba029f52e6d (patch) | |
| tree | 9b4ad006f91ea2c6c3c97d00f665f79e544c79c5 /testing/go.mod | |
| parent | a48f97c25d421c0da21467f8e0e736c19c58c6e1 (diff) | |
| download | go-gg-22e8f3548a72c78deccedc5a65c1cba029f52e6d.tar.gz | |
add testing/microprom, initial parity with promhttp
Diffstat (limited to 'testing/go.mod')
| -rw-r--r-- | testing/go.mod | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/testing/go.mod b/testing/go.mod index 9206521..9c371c2 100644 --- a/testing/go.mod +++ b/testing/go.mod @@ -4,5 +4,17 @@ go 1.26 require ( github.com/lib/pq v1.12.3 - go.xyrillian.de/gg v1.13.0 + go.xyrillian.de/gg v1.13.4-0.20260817144159-a48f97c25d42 +) + +require ( + github.com/beorn7/perks v1.0.1 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect + github.com/prometheus/client_golang v1.24.1 + github.com/prometheus/client_model v0.6.2 // indirect + github.com/prometheus/common v0.70.1 // indirect + github.com/prometheus/procfs v0.21.1 // indirect + golang.org/x/sys v0.47.0 // indirect + google.golang.org/protobuf v1.36.11 // indirect ) |
