ascii-live/go.mod
franz.germann b5f063381e
All checks were successful
ci / build (push) Successful in 44s
updates project to go1.24.1 (#2)
Reviewed-on: #2
Co-authored-by: franz.germann <franz.germann@telekom.de>
Co-committed-by: franz.germann <franz.germann@telekom.de>
2025-03-26 16:46:29 +00: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
)