2019-09-04 00:09:30 +03:00
|
|
|
module github.com/inancgumus/learngo
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-11-26 16:33:40 +03:00
|
|
|
github.com/fatih/color v1.10.0
|
2019-09-04 00:09:30 +03:00
|
|
|
github.com/guineveresaenger/golang-rainbow v0.0.0-20171201190047-7b6c54e09b61
|
|
|
|
github.com/inancgumus/prettyslice v0.0.0-20190305220808-d802ba58098f
|
|
|
|
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
|
2020-11-26 16:33:40 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
|
2019-09-04 00:09:30 +03:00
|
|
|
)
|