diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-01 12:45:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-01 12:45:35 +0300 |
| commit | a61af67138c42762f905b75c4c660167e04bbd7b (patch) | |
| tree | 0347e114eac18362cb649269b42e199f93767753 /go.mod | |
| parent | 71c560fcd2346a24a5e85de9da49a9fbea0b84a6 (diff) | |
z4: add google genai dependency
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,6 +8,7 @@ require ( github.com/magefile/mage v1.15.0 github.com/mattn/go-sqlite3 v1.14.28 github.com/sashabaranov/go-openai v1.40.5 + google.golang.org/genai v1.52.1 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 github.com/spf13/viper v1.20.1 @@ -51,8 +52,8 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect golang.org/x/image v0.24.0 // indirect - golang.org/x/net v0.35.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/net v0.38.0 // indirect + golang.org/x/sys v0.31.0 // indirect + golang.org/x/text v0.23.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |
