From 22c2ef00f33b7f4963f4d6509caaf810d99a1eac Mon Sep 17 00:00:00 2001 From: nsurfer <107430465+nsurfer@users.noreply.github.com> Date: Tue, 5 Jul 2022 16:00:18 -0700 Subject: [PATCH] Run go mod tidy --- go.mod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/go.mod b/go.mod index 7f64603..8395bcc 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,18 @@ require ( ) require ( + github.com/beorn7/perks v1.0.1 // indirect + github.com/cespare/xxhash/v2 v2.1.2 // indirect + github.com/dustin/go-humanize v1.0.0 // indirect + github.com/golang/protobuf v1.5.2 // indirect + github.com/klauspost/compress v1.14.4 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect + github.com/minio/highwayhash v1.0.2 // indirect + github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a // indirect + github.com/nats-io/nkeys v0.3.0 // indirect + github.com/prometheus/client_model v0.2.0 // indirect + github.com/prometheus/common v0.32.1 // indirect + github.com/prometheus/procfs v0.7.3 // indirect golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect google.golang.org/protobuf v1.27.1 // indirect