11 lines
228 B
Modula-2
11 lines
228 B
Modula-2
module github.com/Ullaakut/cameradar/magefile
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Ullaakut/disgo v0.3.1
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/magefile/mage v1.11.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|