| module github.com/apache/iggy/foreign/go | |
| go 1.23.0 | |
| toolchain go1.23.1 | |
| require ( | |
| github.com/avast/retry-go v3.0.0+incompatible | |
| github.com/google/uuid v1.6.0 | |
| github.com/klauspost/compress v1.17.11 | |
| github.com/stretchr/testify v1.11.1 | |
| gopkg.in/yaml.v3 v3.0.1 | |
| ) | |
| require ( | |
| github.com/davecgh/go-spew v1.1.1 // indirect | |
| github.com/pmezard/go-difflib v1.0.0 // indirect | |
| ) |