mirror of
https://github.com/aykhans/dodo.git
synced 2025-06-04 21:22:03 +00:00
23 lines
613 B
Modula-2
23 lines
613 B
Modula-2
module github.com/aykhans/dodo
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/jedib0t/go-pretty/v6 v6.6.7
|
|
github.com/valyala/fasthttp v1.62.0
|
|
github.com/brianvoe/gofakeit/v7 v7.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/term v0.32.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
)
|