mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 07:58:12 -05:00
16 lines
302 B
Modula-2
16 lines
302 B
Modula-2
module github.com/googleapis/genai-toolbox
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/spf13/cobra v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|