-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 807 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module siridb-http
go 1.19
require (
github.com/SiriDB/go-siridb-connector v1.0.14
github.com/alecthomas/kingpin/v2 v2.3.1
github.com/astaxie/beego v1.12.3
github.com/googollee/go-socket.io v1.7.0
github.com/transceptor-technology/go-qpack v1.0.3
gopkg.in/ini.v1 v1.67.0
gopkg.in/vmihailenco/msgpack.v2 v2.9.2
)
require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/xhit/go-str2duration v1.2.0 // indirect
golang.org/x/net v0.23.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)