Skip to content

Commit

Permalink
Added joanbono/color instead of fatih/color due to archivement
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbono committed Oct 12, 2018
1 parent c586b47 commit 3badee4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gurp.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"fmt"
"os"

"github.com/fatih/color"
"github.com/joanbono/color"
"github.com/integrii/flaggy"

"github.com/joanbono/Gurp/modules/commander"
Expand All @@ -37,7 +37,7 @@ var red = color.New(color.Bold, color.FgRed).SprintfFunc()
var cyan = color.New(color.Bold, color.FgCyan).SprintfFunc()
var green = color.New(color.Bold, color.FgGreen).SprintfFunc()

var VERSION = `1.1.0`
var VERSION = `1.1.1`

//var BurpAPI, username, password, ApiToken string
var target, port string = "127.0.0.1", "1337"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all: release

.PHONY: deps
deps:
go get -u -v github.com/fatih/color
go get -u -v github.com/joanbono/color
go get -u -v github.com/integrii/flaggy
go get -u -v github.com/tidwall/gjson
go get -u -v github.com/grokify/html-strip-tags-go
Expand Down
2 changes: 1 addition & 1 deletion modules/commander/Commander.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"os"
"time"

"github.com/fatih/color"
"github.com/joanbono/color"
"github.com/tidwall/gjson"
)

Expand Down
2 changes: 1 addition & 1 deletion modules/configure/Configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"strconv"
"time"

"github.com/fatih/color"
"github.com/joanbono/color"
strip "github.com/grokify/html-strip-tags-go"
"github.com/tidwall/gjson"
)
Expand Down
2 changes: 1 addition & 1 deletion modules/nmap/Nmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"strconv"
"strings"

"github.com/fatih/color"
"github.com/joanbono/color"
nmap "github.com/tomsteele/go-nmap"
)

Expand Down

0 comments on commit 3badee4

Please sign in to comment.