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

16 lines
374 B
Modula-2
Raw Permalink 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
)
2022-06-25 12:51:38 +01:00
require (
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
)