2022-04-14 16:58:28 +03:00
|
|
|
module github.com/robertjanetzko/LegendsBrowser2/analyze
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require github.com/iancoleman/strcase v0.2.0
|
2022-04-14 18:39:18 +03:00
|
|
|
|
2022-04-18 13:13:38 +03:00
|
|
|
require (
|
|
|
|
github.com/cheggaaa/pb/v3 v3.0.8
|
|
|
|
github.com/robertjanetzko/LegendsBrowser2/backend v0.0.0-20220414135947-77b720f8d215
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/VividCortex/ewma v1.1.1 // indirect
|
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.12 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
|
|
)
|