Skip to content

Commit

Permalink
Merge pull request #3 from onny/hashing-algo
Browse files Browse the repository at this point in the history
change hash algorithm compatible for fetchNextcloudApp
  • Loading branch information
cheriimoya authored Mar 1, 2024
2 parents b4eb75d + dffff8b commit ba37674
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 3 deletions.
17 changes: 16 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@ module git.helsinki.tools/helsinki-systems/nc4nix

go 1.20

require github.com/hashicorp/go-version v1.6.0
require (
github.com/codeclysm/extract/v3 v3.1.1
github.com/hashicorp/go-version v1.6.0
github.com/nix-community/go-nix v0.0.0-20231219074122-93cb24a86856
)

require (
github.com/h2non/filetype v1.1.3 // indirect
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
github.com/juju/loggo v1.0.0 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit ba37674

Please sign in to comment.