Files
OllamaScanner/go.mod

13 lines
344 B
Modula-2
Raw Permalink Normal View History

2025-02-21 20:28:02 +08:00
module ollamaScan
go 1.22.5
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/panjf2000/ants v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.18.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
)