Skip to content

Commit 61c2915

Browse files
committed
udpate to latest
1 parent 73aa1f0 commit 61c2915

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/codemodify/systemkit-appserver v1.7.9
7-
github.com/codemodify/systemkit-appserver-http v1.7.9
7+
github.com/codemodify/systemkit-appserver-http v1.8.0
88
github.com/codemodify/systemkit-helpers-channels v1.7.9
99
github.com/gorilla/mux v1.7.4
1010
github.com/gorilla/websocket v1.4.2

go.sum

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
github.com/codemodify/systemkit-appserver v1.7.8 h1:IlBtuKVPWEWx9qiIGu1TTBr/bDxr/HUDIE7g32eHymI=
2-
github.com/codemodify/systemkit-appserver v1.7.8/go.mod h1:VJBVIgxMncYBJYSC9GAK5heqEPxA/vFQRT4yeAND87k=
31
github.com/codemodify/systemkit-appserver v1.7.9 h1:yrOyGbrfP3otwJqR800QngXnGxrNnLwoALVvTi4FYmk=
42
github.com/codemodify/systemkit-appserver v1.7.9/go.mod h1:VJBVIgxMncYBJYSC9GAK5heqEPxA/vFQRT4yeAND87k=
5-
github.com/codemodify/systemkit-appserver-http v0.0.0-20200405082336-855e3625f712 h1:tM7xWAkc1bOHjMWaOXdBE80agBKXY90IcYaswPwyMok=
6-
github.com/codemodify/systemkit-appserver-http v0.0.0-20200405082336-855e3625f712/go.mod h1:niwj7DHxNr8aKK0UVu38T3LBnWCqK6n0b35Kjc2Ujss=
7-
github.com/codemodify/systemkit-appserver-http v1.7.9 h1:7nZFEeonT+u4FAzMbNEcyyXHxgJumrV6jWX0+ye+W6E=
8-
github.com/codemodify/systemkit-appserver-http v1.7.9/go.mod h1:5ktrZJNEqcHA+z+mmsjNhTBOZkD2v+eLR+uVFsuyRcs=
3+
github.com/codemodify/systemkit-appserver-http v1.8.0 h1:rVR2Z60JUQBJfkwY01MJMXtCql5SU7Dues2WdiKQb98=
4+
github.com/codemodify/systemkit-appserver-http v1.8.0/go.mod h1:KPsBHtYct3vu4lR0t7re/dyMwJUOTcHvb10qvE6t4yA=
95
github.com/codemodify/systemkit-helpers-channels v1.7.9 h1:35Jcy2k42jyNK+YN4YlpcAAu3Q66KVy3CWNCpniqG4c=
106
github.com/codemodify/systemkit-helpers-channels v1.7.9/go.mod h1:8IcL2xCcLK+ZxnB+eo68nNzByBktWAUR+R8cBe8tuyc=
117
github.com/codemodify/systemkit-helpers-reflection v1.7.9 h1:vPsYvbOiEZHT+rpoXlRx14IvzsKEAkYy7Aw2QEjF/G0=
128
github.com/codemodify/systemkit-helpers-reflection v1.7.9/go.mod h1:HunZSrygIcl5IBmnWAYoDoqvFRVu7GIUvC0/scCfPzY=
13-
github.com/codemodify/systemkit-logging v1.7.9 h1:cGJu0WSQ8IpBHT/VaiDBvulGtQxY6DE1OpQAeVb9Sr4=
14-
github.com/codemodify/systemkit-logging v1.7.9/go.mod h1:29Zc9P/MnY2bgenJU9aoDszUef+Xf40b3ajtusTBC1Q=
9+
github.com/codemodify/systemkit-logging v1.8.2 h1:mLirYlQSczNJVh61/Q300AsRJfzmGzqG+sydPxFtCU4=
10+
github.com/codemodify/systemkit-logging v1.8.2/go.mod h1:29Zc9P/MnY2bgenJU9aoDszUef+Xf40b3ajtusTBC1Q=
1511
github.com/gorilla/mux v1.7.4 h1:VuZ8uybHlWmqV03+zRzdwKL4tUnIp1MAQtp1mIFE1bc=
1612
github.com/gorilla/mux v1.7.4/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
1713
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=

0 commit comments

Comments
 (0)