summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/go.mod b/src/go.mod
index 2cc6f48..55b55a9 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -1,9 +1,9 @@
module dev.mediocregopher.com/mediocre-blog.git/src
-go 1.16
+go 1.18
require (
- dev.mediocregopher.com/mediocre-go-lib.git v0.0.0-20240511135822-4ab1176672d7 // indirect
+ dev.mediocregopher.com/mediocre-go-lib.git v0.0.0-20240511135822-4ab1176672d7
git.sr.ht/~adnano/go-gemini v0.2.3
github.com/gomarkdown/markdown v0.0.0-20220510115730-2372b9aa33e5
github.com/gorilla/feeds v1.1.1
@@ -14,10 +14,22 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tdemin/gmnhg v0.4.2
github.com/tilinna/clock v1.1.0
- github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
+ gopkg.in/yaml.v3 v3.0.1
+)
+
+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/olekukonko/tablewriter v0.0.5 // indirect
+ github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/ziutek/mymysql v1.5.4 // indirect
+ 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
+ golang.org/x/text v0.3.6 // indirect
+ gopkg.in/gorp.v1 v1.7.2 // indirect
)