Projects STRLCPY gophish Commits 095a9ba2
🤬
  • Updated README.md with working source installation instructions (see https://github.com/golang/go/issues/48332)

  • Loading...
  • Glenn Wilkinson committed 2 years ago
    095a9ba2
    1 parent b1648f07
  • ■ ■ ■ ■
    README.md
    skipped 15 lines
    16 16  ### Building From Source
    17 17  **If you are building from source, please note that Gophish requires Go v1.10 or above!**
    18 18   
    19  -To build Gophish from source, simply run ```go install github.com/gophish/gophish@latest``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory.
     19 +To build Gophish from source, simply run ```git clone https://github.com/gophish/gophish.git``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory.
    20 20   
    21 21  ### Docker
    22 22  You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/).
    skipped 45 lines
  • ■ ■ ■ ■ ■
    go.mod
    skipped 26 lines
    27 27   github.com/sirupsen/logrus v1.4.2
    28 28   github.com/ziutek/mymysql v1.5.4 // indirect
    29 29   golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
     30 + golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
    30 31   golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
    31 32   gopkg.in/alecthomas/kingpin.v2 v2.2.6
    32 33   gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
    skipped 2 lines
  • ■ ■ ■ ■ ■
    go.sum
    skipped 94 lines
    95 95  golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
    96 96  golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
    97 97  golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
    98  -golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 h1:Dho5nD6R3PcW2SH1or8vS0dszDaXRxIw55lBX7XiE5g=
    99 98  golang.org/x/sys v0.0.0-20191224085550-c709ea063b76/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
     99 +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
     100 +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
    100 101  golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
    101 102  golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
    102 103  golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
    skipped 13 lines
Please wait...
Page is in error, reload to recover