Skip to content

Commit

Permalink
chore: Update dependencies & golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhoth committed Jul 14, 2021
1 parent cc0bfa0 commit 4d4815a
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 84 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/researchgate/nodejs-simple-downloader

go 1.15
go 1.16

require (
github.com/dustin/go-humanize v1.0.0
github.com/gorilla/mux v1.8.0
github.com/mholt/archiver/v3 v3.5.0
github.com/spf13/cobra v1.1.3
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
github.com/spf13/cobra v1.2.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)

0 comments on commit 4d4815a

Please sign in to comment.