Skip to content

Commit 8d6f90e

Browse files
soul-ginzengxiang
and
zengxiang
authored
fix: session is not released (#351)
Co-authored-by: zengxiang <[email protected]>
1 parent 1bbf173 commit 8d6f90e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/kataras/iris/v12 v12.2.0-alpha4
77
github.com/mattn/go-sqlite3 v2.0.3+incompatible
8-
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220124093655-f7f5b4c63e6a
8+
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220720014538-1dd39bd43f6c
99
github.com/vesoft-inc/nebula-importer v1.0.1-0.20220214094549-1dd8e730a586
1010
go.uber.org/zap v1.17.0
1111
gopkg.in/yaml.v2 v2.4.0

server/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw
203203
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
204204
github.com/vesoft-inc/nebula-go/v3 v3.0.0-20220214062853-d0c59964d0af h1:5z3eC9o+LzDBeA2kRIMgj+k7C8bfSuWh9ffZXljkPzs=
205205
github.com/vesoft-inc/nebula-go/v3 v3.0.0-20220214062853-d0c59964d0af/go.mod h1:+sXv05jYQBARdTbTcIEsWVXCnF/6ttOlDK35xQ6m54s=
206-
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220124093655-f7f5b4c63e6a h1:tirwUK05V3LPsIFaLa0cHmVqFD3F1Tb8PlDTK7YWQGc=
207-
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220124093655-f7f5b4c63e6a/go.mod h1:sFEvE+cY4TgwqWx6H6msOqAUzRhsEHHKaaMgIZENHuQ=
206+
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220720014538-1dd39bd43f6c h1:iTbPI6CFshXK3LZ5jlc0ZkPyZzaVpC0FxRn8peHQfc0=
207+
github.com/vesoft-inc/nebula-http-gateway/ccore v0.0.0-20220720014538-1dd39bd43f6c/go.mod h1:sFEvE+cY4TgwqWx6H6msOqAUzRhsEHHKaaMgIZENHuQ=
208208
github.com/vesoft-inc/nebula-importer v1.0.1-0.20220214094549-1dd8e730a586 h1:7SSeICfj3knCvUy9TP/L6wbyYiM0OTVVEkP0x0Q+DOI=
209209
github.com/vesoft-inc/nebula-importer v1.0.1-0.20220214094549-1dd8e730a586/go.mod h1:Hgn05JWXQcxyoJAjJVN34PnUndY+JcNKzpb0DoyFrsM=
210210
github.com/vmihailenco/msgpack/v5 v5.3.4 h1:qMKAwOV+meBw2Y8k9cVwAy7qErtYCwBzZ2ellBfvnqc=

0 commit comments

Comments
 (0)