commit
6ac77f6e2c
|
@ -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
|
||||
|
|
|
@ -3,7 +3,6 @@ package censys
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"strconv"
|
||||
|
||||
|
|
Loading…
Reference in New Issue