diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-12 17:35:28 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-12 17:35:28 +0000 |
commit | 4f19d7abfbfa7decf100a7a2da7081c1a3d91502 (patch) | |
tree | c0df574611cf6efab875234f732fd763f8035975 /go.mod | |
parent | fixes #4 (diff) | |
download | milla-4f19d7abfbfa7decf100a7a2da7081c1a3d91502.tar.gz milla-4f19d7abfbfa7decf100a7a2da7081c1a3d91502.zip |
fixes #6, fixes #7, fixes #9, fixes #11
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |