blob: dd5260057cf46e5bad5520708e44435b76d3663e [file] [log] [blame]
Tang Chengea3f5372019-09-29 14:40:22 +08001module supwisdom.com/wsclient
2
3go 1.13
4
5require (
6 github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
Tang Chengea3f5372019-09-29 14:40:22 +08007 github.com/sirupsen/logrus v1.3.0
Tang Cheng1dfb6fd2019-09-29 14:47:54 +08008 golang.org/x/text v0.3.0 // indirect
9 gopkg.in/resty.v1 v1.11.0 // indirect
Tang Chengea3f5372019-09-29 14:40:22 +080010)