2022-01-09 13:05:36 +10:30
|
|
|
module github.com/tardisx/netgiv
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-01-14 10:06:55 +10:30
|
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
2022-01-15 18:20:31 +10:30
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2022-01-09 13:05:36 +10:30
|
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
2022-01-15 18:20:31 +10:30
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2022-01-09 13:05:36 +10:30
|
|
|
)
|