mirror of
https://github.com/simon987/beemer.git
synced 2025-04-04 07:22:58 +00:00
12 lines
221 B
Modula-2
12 lines
221 B
Modula-2
module github.com/simon987/beemer
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cosiner/argv v0.0.1
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/urfave/cli v1.22.2
|
|
)
|