commit | fa6b645d6877d9a8a6a90e035bd9c311a15305e5 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周日 9月 29 14:51:43 2019 +0800 |
committer | Tang Cheng <cheng.tang@supwisdom.com> | 周日 9月 29 14:51:43 2019 +0800 |
tree | 863cf78a3f810eab83001c3b026ffc3da81db830 | |
parent | c3ba644785e787342488267d0332045bab4fdba4 [diff] [blame] | |
parent | 9ef71b6b98728badfc00b8f588a1ebcab4d71727 [diff] [blame] |
合并代码
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d3b1257 --- /dev/null +++ b/go.mod
@@ -0,0 +1,10 @@ +module supwisdom.com/wsclient + +go 1.13 + +require ( + github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 + github.com/sirupsen/logrus v1.3.0 + golang.org/x/text v0.3.0 // indirect + gopkg.in/resty.v1 v1.11.0 +)