| module github.com/apache/calcite-avatica-go/v5 |
| |
| go 1.25.0 |
| |
| require ( |
| github.com/google/uuid v1.6.0 |
| github.com/icholy/digest v1.1.0 |
| github.com/jcmturner/gokrb5/v8 v8.4.4 |
| google.golang.org/protobuf v1.36.11 |
| ) |
| |
| require ( |
| github.com/hashicorp/go-uuid v1.0.3 // indirect |
| github.com/jcmturner/aescts/v2 v2.0.0 // indirect |
| github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect |
| github.com/jcmturner/gofork v1.7.6 // indirect |
| github.com/jcmturner/goidentity/v6 v6.0.1 // indirect |
| github.com/jcmturner/rpc/v2 v2.0.3 // indirect |
| golang.org/x/crypto v0.52.0 // indirect |
| golang.org/x/net v0.55.0 // indirect |
| ) |