This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-brainfuck/go.mod

10 lines
198 B
Modula-2
Raw Normal View History

2022-06-25 12:44:30 +01:00
module code.mrmelon54.xyz/sean/go-brainfuck
2020-11-22 21:32:32 +00:00
2022-06-25 12:44:30 +01:00
go 1.18
2020-11-22 21:32:32 +00:00
require (
2022-06-25 12:44:30 +01:00
github.com/fatih/color v1.10.0
github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c
github.com/spf13/pflag v1.0.5
2020-11-22 21:32:32 +00:00
)