10 lines
175 B
Modula-2
10 lines
175 B
Modula-2
|
module github.com/elastic/gosigar
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0
|
||
|
)
|