mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
fix: fixed tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ bindata:
|
||||
@go get -u github.com/jteeuwen/go-bindata/...
|
||||
|
||||
test:
|
||||
@go test $(SRC_PATH)/...
|
||||
@go test ./...
|
||||
|
||||
clean:
|
||||
@rm -rf build
|
||||
|
||||
6
go.mod
6
go.mod
@@ -4,10 +4,10 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
||||
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea // indirect
|
||||
github.com/elazarl/go-bindata-assetfs v1.0.0
|
||||
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
|
||||
github.com/gin-gonic/gin v1.4.0
|
||||
github.com/stretchr/testify v1.4.0 // indirect
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/theckman/go-flock v0.7.1
|
||||
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
||||
|
||||
Reference in New Issue
Block a user