summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2024-07-26 20:47:59 +0200
committerBrian Picciano <mediocregopher@gmail.com>2024-07-26 23:08:24 +0200
commitc9991c347d20ba9e96b3281f172a86f965934978 (patch)
tree012f1c0c15e6bc36aec4a142248d418efe626464 /src/go.mod
parent45c20d03663878f3508eaa9b961cb0cb12cc5574 (diff)
Implement export scriptHEADmain
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/go.mod b/src/go.mod
index 55b55a9..e7c077f 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -11,7 +11,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.8
github.com/omeid/go-tarfs v0.0.0-20171018021839-bf0d15c58b89
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.7.1
github.com/tdemin/gmnhg v0.4.2
github.com/tilinna/clock v1.1.0
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
@@ -23,6 +23,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
+ github.com/nlepage/go-tarfs v1.2.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect