Tylous / Limelighter

A tool for generating fake code signing certificates or signing real ones
MIT License
876 stars 129 forks source link

cant pull colors #6

Open xelerated opened 2 years ago

xelerated commented 2 years ago

current version of go wont "get" colors, and wont install either. go get or go install. └─$ /usr/bin/go install github.com/faith/color go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/faith/color@latest' to install the latest version (doesnt work with @latest

creeper-0910 commented 2 years ago

The following method seems to solve the problem.

go mod init github.com/Tylous/Limelighter
go get github.com/fatih/color
go build Limelighter.go