summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 81245c8c..a0da81ec 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.16
require (
github.com/NYTimes/gziphandler v1.1.1
+ github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/alicebob/miniredis/v2 v2.14.3
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/dustin/go-humanize v1.0.0
@@ -12,7 +13,7 @@ require (
github.com/go-redis/redis/v8 v8.8.2
github.com/gofiber/fiber/v2 v2.9.0
github.com/golang/mock v1.4.4
- github.com/google/flatbuffers v1.12.0 // indirect
+ github.com/google/flatbuffers v1.12.0
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.11
github.com/olekukonko/tablewriter v0.0.5