Skip to content

Commit

Permalink
Update GOMODULES
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed Jun 27, 2021
1 parent 0a063fb commit eea4cb5
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Enjoying this tool? Support it's development and take your game to the next leve
## Installation

```
go get -u github.com/jaeles-project/gospider
GO111MODULE=on go get -u github.com/jaeles-project/gospider
```

## Features
Expand Down
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
module github.com/jaeles-project/gospider

go 1.15
go 1.16

require (
github.com/gocolly/colly/v2 v2.1.0
github.com/json-iterator/go v1.1.10
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/json-iterator/go v1.1.11
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
)
Loading

0 comments on commit eea4cb5

Please sign in to comment.