mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-08 21:01:01 +10:00
11 lines
190 B
AMPL
11 lines
190 B
AMPL
module github.com/ddollar/forego
|
|
|
|
go 1.17
|
|
|
|
require github.com/subosito/gotenv v1.2.0
|
|
|
|
require (
|
|
github.com/daviddengcn/go-colortext v1.0.0
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
)
|