| module github.com/Yatsuiii/llmtrace |
|
|
| go 1.26.2 |
|
|
| require github.com/spf13/cobra v1.10.2 |
|
|
| require ( |
| cloud.google.com/go v0.116.0 // indirect |
| cloud.google.com/go/auth v0.9.3 |
| cloud.google.com/go/compute/metadata v0.5.0 // indirect |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da |
| github.com/google/go-cmp v0.6.0 |
| github.com/google/s2a-go v0.1.8 |
| github.com/google/uuid v1.6.0 |
| github.com/googleapis/enterprise-certificate-proxy v0.3.4 |
| github.com/gorilla/websocket v1.5.3 |
| github.com/inconshreveable/mousetrap v1.1.0 |
| github.com/mattn/go-isatty v0.0.20 |
| github.com/ncruces/go-strftime v1.0.0 |
| github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec |
| github.com/spf13/pflag v1.0.9 |
| go.opencensus.io v0.24.0 |
| golang.org/x/crypto v0.36.0 |
| golang.org/x/net v0.38.0 |
| golang.org/x/sys v0.42.0 |
| golang.org/x/text v0.23.0 |
| google.golang.org/genai v1.56.0 // indirect |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect |
| google.golang.org/grpc v1.66.2 // indirect |
| google.golang.org/protobuf v1.34.2 // indirect |
| modernc.org/libc v1.72.3 // indirect |
| modernc.org/mathutil v1.7.1 // indirect |
| modernc.org/memory v1.11.0 // indirect |
| modernc.org/sqlite v1.50.1 // indirect |
| ) |
|
|