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.14
- github.com/gofrs/uuid v4.0.0+incompatible // indirect
- github.com/gomodule/redigo v2.0.0+incompatible
- golang.org/x/net v0.0.0-20210119194325-5f4716e94777
- golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
- )
|