ascii-live/go.mod
franz.germann 889c88a801
Some checks failed
ci / build (push) Failing after 29s
updates project to go1.24.1
2025-03-24 16:48:54 +01:00

8 lines
122 B
Modula-2

module github.com/hugomd/ascii-live
go 1.24.1
require (
github.com/golang/glog v1.2.4
github.com/gorilla/mux v1.8.1
)