Skip to content

Commit

Permalink
Merge pull request #13 from pierotofy/master
Browse files Browse the repository at this point in the history
Add max retries flag
  • Loading branch information
pierotofy committed Jul 26, 2021
2 parents 85be9c0 + a1033d0 commit 141979c
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ builds:
- linux
- darwin
- windows
ignore:
- goos: darwin
goarch: 386
archive:
format_overrides:
- goos: windows
Expand Down
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/OpenDroneMap/CloudODM

go 1.16

require (
github.com/cheggaaa/pb v1.0.29
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.2.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)

0 comments on commit 141979c

Please sign in to comment.