Skip to content

Commit

Permalink
Made into a go module
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Apr 27, 2021
1 parent e82f5a9 commit a2f235e
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
)
Loading

0 comments on commit a2f235e

Please sign in to comment.