mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
12 lines
253 B
Modula-2
12 lines
253 B
Modula-2
module github.com/Andoryuuta/Erupe
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Andoryuuta/byteframe v0.0.0-20191219124302-41f4085eb4c0
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/lib/pq v1.3.0
|
|
)
|