Made into a go module

This commit is contained in:
Jonas Köritz 2021-04-27 10:37:26 +02:00
parent e82f5a97c9
commit a2f235e32f
2 changed files with 298 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/jonas-koeritz/actioncam
go 1.16
require (
github.com/icza/bitio v1.0.0
github.com/spf13/cobra v1.1.3
)