mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-20 19:04:37 +01:00
Initial chat prototype
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,15 +3,17 @@ module github.com/Andoryuuta/Erupe
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/Andoryuuta/byteframe v0.0.0-20191219124302-41f4085eb4c0
|
||||
github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/gorilla/handlers v1.4.2
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/jmoiron/sqlx v1.2.0
|
||||
github.com/lib/pq v1.3.0
|
||||
github.com/spf13/viper v1.6.1
|
||||
go.uber.org/atomic v1.5.1 // indirect
|
||||
go.uber.org/multierr v1.4.0 // indirect
|
||||
go.uber.org/zap v1.13.0
|
||||
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
|
||||
golang.org/x/text v0.3.0
|
||||
golang.org/x/tools v0.0.0-20200110213125-a7a6caa82ab2 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user