aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 83bbafa..d3950fb 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/pg9182/atlas
go 1.19
require (
+ github.com/VictoriaMetrics/metrics v1.22.2
github.com/andybalholm/cascadia v1.3.1
github.com/cardigann/harhar v0.0.0-20161005032312-acb91b7a8682
github.com/rs/zerolog v1.28.0
@@ -15,5 +16,7 @@ require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rs/xid v1.4.0 // indirect
+ github.com/valyala/fastrand v1.1.0 // indirect
+ github.com/valyala/histogram v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
)