mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
20 lines
580 B
Modula-2
20 lines
580 B
Modula-2
module github.com/Andoryuuta/Erupe
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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
|
|
)
|