go mod init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-23 19:13:34 -06:00
parent f344c9ca06
commit 7f3ce1a8e1
2 changed files with 8 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module deadbeef.codes/steven/mandelmapper
go 1.16
require golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb