Skip to content

Commit 3176828

Browse files
committed
Move from vendored to go get supported fork of go-clamd
1 parent 310b8d7 commit 3176828

9 files changed

Lines changed: 6 additions & 586 deletions

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ cleanimports:
1717
application:
1818
cd src/clammit && go install
1919

20-
gets: gcfg testify
20+
21+
gets: gcfg testify go-clamd
2122

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

26+
go-clamd:
27+
[ -d src/github.com/Freeaqingme/go-clamd ] || go get github.com/Freeaqingme/go-clamd
28+
2529
testify:
2630
[ -d src/gopkg.in/testify.v1 ] || go get gopkg.in/stretchr/testify.v1

src/clammit/scanner/clamav.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package scanner
22

33
import (
4-
clamd "github.com/dutchcoders/go-clamd"
4+
clamd "github.com/Freeaqingme/go-clamd"
55
"io"
66
)
77

src/clammit/vendor/github.com/dutchcoders/go-clamd/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/clammit/vendor/github.com/dutchcoders/go-clamd/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/clammit/vendor/github.com/dutchcoders/go-clamd/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/clammit/vendor/github.com/dutchcoders/go-clamd/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)