summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:47:50 +0200
committerBrian Picciano <mediocregopher@gmail.com>2023-04-15 20:57:39 +0200
commit68f3215df6e2e4f345076dd5b20b9bf5867353cf (patch)
tree0f858dbaebbfeb3a88497adf4a3e0b16ca7cc26c /src/go.mod
parentb5e1103caf5e8225176ba74a6f4f0a9b2bde7192 (diff)
Add support for http loading files from an asset archive
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/go.mod b/src/go.mod
index 36e1e48..22b8bd5 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -12,15 +12,14 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/mattn/go-sqlite3 v1.14.8
github.com/mediocregopher/mediocre-go-lib/v2 v2.0.0-beta.0.0.20220506011745-cbeee71cb1ee
+ 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/tdemin/gmnhg v0.4.2 // indirect
+ github.com/tdemin/gmnhg v0.4.2
github.com/tilinna/clock v1.1.0
github.com/ziutek/mymysql v1.5.4 // indirect
- golang.org/dl v0.0.0-20190829154251-82a15e2f2ead // indirect
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
- golang.org/x/net v0.0.0-20210917163549-3c21e5b27794 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v3 v3.0.1