This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
protohackers/go.mod
AKP 4690c7a22d
Add Smoke Test
Signed-off-by: AKP <tom@tdpain.net>
2022-09-26 01:14:43 +01:00

8 lines
166 B
Modula-2

module git.tdpain.net/codemicro/protohackers
go 1.19
require (
github.com/alexflint/go-arg v1.4.3 // indirect
github.com/alexflint/go-scalar v1.1.0 // indirect
)