2019-11-19 05:51:48 +00:00
|
|
|
module github.com/hugomd/ascii-live
|
|
|
|
|
2025-03-24 15:48:54 +00:00
|
|
|
go 1.24.1
|
2019-11-19 05:51:48 +00:00
|
|
|
|
|
|
|
require (
|
2025-03-24 15:48:54 +00:00
|
|
|
github.com/golang/glog v1.2.4
|
|
|
|
github.com/gorilla/mux v1.8.1
|
2019-11-19 05:51:48 +00:00
|
|
|
)
|