From e5761c973e72f5970ffa82d712f0e43b963ca48f Mon Sep 17 00:00:00 2001 From: nakabonne Date: Tue, 9 Nov 2021 23:29:26 +0900 Subject: [PATCH] Update go.mod --- go.mod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/go.mod b/go.mod index 65beaf8..4a8ea23 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,28 @@ module github.com/nakabonne/ali go 1.17 require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/gdamore/encoding v1.0.0 // indirect + github.com/gdamore/tcell/v2 v2.2.0 // indirect github.com/golang/mock v1.6.0 + github.com/influxdata/tdigest v0.0.0-20180711151920-a7d76c6f093a // indirect + github.com/lucasb-eyer/go-colorful v1.0.3 // indirect + github.com/mailru/easyjson v0.7.0 // indirect + github.com/mattn/go-runewidth v0.0.12 // indirect github.com/miekg/dns v1.1.43 github.com/mum4k/termdash v0.16.0 github.com/nakabonne/tstorage v0.3.5 + github.com/nsf/termbox-go v0.0.0-20201107200903-9b52a5faed9e // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/rivo/uniseg v0.1.0 // indirect github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/tsenart/vegeta/v12 v12.8.4 go.uber.org/atomic v1.9.0 go.uber.org/goleak v1.1.12 + golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect + golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect + golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect + golang.org/x/text v0.3.4 // indirect + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect )