You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/go.mod

11 lines
303 B
Modula-2

5 years ago
module github.com/edouardparis/lntop
5 years ago
5 years ago
require (
github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
)