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.
|
module github.com/D4-project/d4-goclient |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/D4-project/d4-golang-utils v0.1.4 |
|
github.com/gomodule/redigo v2.0.0+incompatible |
|
)
|
|
|