Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ module github.com/shmel1k/qumomf
go 1.13

require (
github.com/google/uuid v1.1.2 // indirect
github.com/BurntSushi/toml v0.3.1 // 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/prometheus/client_golang v1.11.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
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
)
Loading