Skip to content

Commit

Permalink
Move from vendored to go get supported fork of go-clamd
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Mar 26, 2017
1 parent 310b8d7 commit 3176828
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 586 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ cleanimports:
application:
cd src/clammit && go install

gets: gcfg testify

gets: gcfg testify go-clamd

gcfg:
[ -d src/gopkg.in/gcfg.v1 ] || go get gopkg.in/gcfg.v1

go-clamd:
[ -d src/github.com/Freeaqingme/go-clamd ] || go get github.com/Freeaqingme/go-clamd

testify:
[ -d src/gopkg.in/testify.v1 ] || go get gopkg.in/stretchr/testify.v1
2 changes: 1 addition & 1 deletion src/clammit/scanner/clamav.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package scanner

import (
clamd "github.com/dutchcoders/go-clamd"
clamd "github.com/Freeaqingme/go-clamd"
"io"
)

Expand Down
24 changes: 0 additions & 24 deletions src/clammit/vendor/github.com/dutchcoders/go-clamd/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions src/clammit/vendor/github.com/dutchcoders/go-clamd/.travis.yml

This file was deleted.

22 changes: 0 additions & 22 deletions src/clammit/vendor/github.com/dutchcoders/go-clamd/LICENSE

This file was deleted.

35 changes: 0 additions & 35 deletions src/clammit/vendor/github.com/dutchcoders/go-clamd/README.md

This file was deleted.

Loading

0 comments on commit 3176828

Please sign in to comment.