| module github.com/apache/iggy/foreign/go |
| |
| go 1.25.0 |
| |
| require ( |
| github.com/avast/retry-go/v5 v5.0.0 |
| github.com/google/go-cmp v0.7.0 |
| github.com/google/uuid v1.6.0 |
| github.com/klauspost/compress v1.19.2 |
| github.com/stretchr/testify v1.12.1 |
| github.com/zeebo/xxh3 v1.1.0 |
| gopkg.in/yaml.v3 v3.0.1 |
| ) |
| |
| require ( |
| github.com/klauspost/cpuid/v2 v2.2.10 // indirect |
| github.com/kr/pretty v0.3.1 // indirect |
| github.com/rogpeppe/go-internal v1.14.1 // indirect |
| go.yaml.in/yaml/v3 v3.0.5 // indirect |
| golang.org/x/sys v0.30.0 // indirect |
| gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| ) |