aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-12 17:35:28 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-12 17:35:28 +0000
commit4f19d7abfbfa7decf100a7a2da7081c1a3d91502 (patch)
treec0df574611cf6efab875234f732fd763f8035975 /go.mod
parentfixes #4 (diff)
downloadmilla-4f19d7abfbfa7decf100a7a2da7081c1a3d91502.tar.gz
milla-4f19d7abfbfa7decf100a7a2da7081c1a3d91502.zip
fixes #6, fixes #7, fixes #9, fixes #11
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 94412d4..e9bf270 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ module milla
go 1.21.0
require (
+ github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/chroma/v2 v2.12.0
github.com/google/generative-ai-go v0.11.2
github.com/lrstanley/girc v0.0.0-20240125042120-9add3166e52e
- github.com/pelletier/go-toml/v2 v2.1.1
github.com/sashabaranov/go-openai v1.19.3
google.golang.org/api v0.176.1
)