Merge pull request #195 from projectdiscovery/fix-action

Fixed workflow action
master v2.2.1
Ice3man 2019-12-06 06:18:52 -08:00 committed by GitHub
commit 6ac77f6e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ jobs:
- name: Get dependencies
run: |
mkdir $(go env GOPATH)/bin
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

View File

@ -3,7 +3,6 @@ package censys
import (
"bytes"
"context"
"fmt"
"net/http"
"strconv"