You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
505 B
21 lines
505 B
module keyword_analyse
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|
|
|