11 lines
235 B
Modula-2
11 lines
235 B
Modula-2
module github.com/lbryio/sentinel
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/lbryio/lbry.go/v2 v2.7.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.1
|
|
)
|