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.
13 lines
386 B
13 lines
386 B
module github.com/D4-project/d4-golang-utils |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/gofrs/uuid v3.2.0+incompatible |
|
github.com/gomodule/redigo v2.0.0+incompatible |
|
github.com/olekukonko/tablewriter v0.0.5 // indirect |
|
github.com/redislabs/redisgraph-go v2.0.2+incompatible |
|
github.com/rjeczalik/notify v0.9.2 |
|
github.com/robfig/cron/v3 v3.0.1 |
|
github.com/stretchr/testify v1.7.0 // indirect |
|
)
|
|
|