Files
cameradar/tools/xplatform-docker-build/go.mod
T
2021-04-05 15:58:07 +02:00

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
)