summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-06-30 04:32:43 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-06-30 04:32:43 -0600
commit608b57f7a5febb5cbd58cb7f64c9eba31ba7f62d (patch)
treee614a106a6e71e911b5939af160172bfd9bd2c18 /go.mod
parentb78fe1835fed316bd8e9e51c91fcc05422330490 (diff)
better output
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 738253f..9aa3e50 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/davecgh/go-spew v1.1.0
github.com/stretchr/testify v1.7.1
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
+ golang.org/x/text v0.3.7
)
require (