aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index dcac88c..c6eefb7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module milla
-go 1.23.0
+go 1.24.0
-toolchain go1.23.4
+toolchain go1.24.2
require (
github.com/BurntSushi/toml v1.5.0
@@ -10,6 +10,8 @@ require (
github.com/alecthomas/chroma/v2 v2.16.0
github.com/cenkalti/backoff/v5 v5.0.2
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
+ github.com/coyim/otr3 v0.0.0-20230314203300-86897a28af47
+ github.com/ergochat/irc-go v0.4.0
github.com/jackc/pgx/v5 v5.7.4
github.com/kohkimakimoto/gluayaml v0.0.0-20160815032708-6fe413d49d73
github.com/layeh/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
@@ -20,17 +22,17 @@ require (
github.com/yuin/gopher-lua v1.1.1
gitlab.com/megalithic-llc/gluasocket v0.3.1
golang.org/x/net v0.39.0
- google.golang.org/api v0.228.0
google.golang.org/genai v1.0.0
)
require (
cloud.google.com/go v0.120.0 // indirect
cloud.google.com/go/auth v0.15.0 // indirect
- cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.6.0 // indirect
github.com/PuerkitoBio/goquery v1.10.3 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
+ github.com/awnumar/memcall v0.1.2 // indirect
+ github.com/coyim/constbn v0.0.0-20230207191538-27f0129d98cd // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
@@ -53,7 +55,6 @@ require (
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
- golang.org/x/oauth2 v0.29.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect