diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-06-26 23:49:06 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-06-26 23:49:06 +0000 |
commit | 2d45235aaa8456c1cbd8303bba41e4d3a95f627a (patch) | |
tree | 7b46beafbdb3d0313ef2804270a3e4264b9c0cd2 /go.mod | |
parent | added watchlists (diff) | |
download | milla-2d45235aaa8456c1cbd8303bba41e4d3a95f627a.tar.gz milla-2d45235aaa8456c1cbd8303bba41e4d3a95f627a.zip |
WIP
Diffstat (limited to '')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( github.com/google/generative-ai-go v0.11.2 github.com/jackc/pgx/v5 v5.5.5 github.com/kohkimakimoto/gluayaml v0.0.0-20160815032708-6fe413d49d73 + github.com/layeh/gopher-json v0.0.0-20201124131017-552bb3c4c3bf github.com/lrstanley/girc v0.0.0-20240125042120-9add3166e52e github.com/sashabaranov/go-openai v1.19.3 github.com/yuin/gluare v0.0.0-20170607022532-d7c94f1a80ed |