mirror of
https://github.com/Alexander-D-Karpov/netfetch.git
synced 2026-03-16 22:07:03 +03:00
15 lines
262 B
Modula-2
15 lines
262 B
Modula-2
module netfetch
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.33
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|