-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (21 loc) · 857 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/shmel1k/qumomf
go 1.13
require (
github.com/google/uuid v1.1.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/mattn/go-sqlite3 v1.14.5
github.com/philhofer/fwd v1.0.0 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/rs/zerolog v1.18.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tarantool/go-tarantool v0.0.0-20191229181800-f4ece3508d87 // indirect
github.com/tinylib/msgp v1.1.1 // indirect
github.com/viciious/go-tarantool v0.0.0-20190828171136-ede812c03707
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20210113195801-ae06605f4595 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
gopkg.in/yaml.v2 v2.2.8
)