diff options
Diffstat (limited to 'scrape/go.mod')
| -rw-r--r-- | scrape/go.mod | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scrape/go.mod b/scrape/go.mod new file mode 100644 index 0000000..c7a1086 --- /dev/null +++ b/scrape/go.mod @@ -0,0 +1,22 @@ +module tammi.cc/housing + +go 1.25.2 + +require ( + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/go-ini/ini v1.67.0 // indirect + github.com/goccy/go-json v0.10.5 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/klauspost/compress v1.18.0 // indirect + github.com/klauspost/cpuid/v2 v2.2.11 // indirect + github.com/minio/crc64nvme v1.0.2 // indirect + github.com/minio/md5-simd v1.1.2 // indirect + github.com/minio/minio-go/v7 v7.0.95 // indirect + github.com/philhofer/fwd v1.2.0 // indirect + github.com/rs/xid v1.6.0 // indirect + github.com/tinylib/msgp v1.3.0 // indirect + golang.org/x/crypto v0.39.0 // indirect + golang.org/x/net v0.41.0 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/text v0.26.0 // indirect +) |
