11 lines
278 B
Modula-2
11 lines
278 B
Modula-2
module git.0xdad.com/tblyler/meditime
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d // indirect
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gregdel/pushover v1.1.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
)
|