We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364440f commit 8ed30abCopy full SHA for 8ed30ab
go.mod
@@ -8,12 +8,12 @@ require (
8
github.com/gorilla/websocket v1.4.2
9
//github.com/shirou/gopsutil v2.21.11+incompatible // indirect
10
github.com/shirou/gopsutil/v3 v3.22.10
11
- github.com/ssgo/config v0.6.2
12
- github.com/ssgo/discover v0.6.2
13
- github.com/ssgo/httpclient v0.6.2
14
- github.com/ssgo/log v0.6.2
15
- github.com/ssgo/redis v0.6.2
16
- github.com/ssgo/standard v0.6.2
17
- github.com/ssgo/u v0.6.2
+ github.com/ssgo/config v0.6.3
+ github.com/ssgo/discover v0.6.3
+ github.com/ssgo/httpclient v0.6.3
+ github.com/ssgo/log v0.6.3
+ github.com/ssgo/redis v0.6.3
+ github.com/ssgo/standard v0.6.3
+ github.com/ssgo/u v0.6.3
18
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
19
)
0 commit comments