File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ type FlagOptions struct {
2323}
2424
2525var (
26- version = "2.6 "
27- versionName = "Blue Shoot "
26+ version = "2.7 "
27+ versionName = "Great Chicago "
2828 license = "MIT"
2929 author = "@nickvourd"
3030 github = "https://github.com/nickvourd/Supernova"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Real fucking shellcode encryptor & obfuscator.
44<p align =" center " >
55 <img width =" 350 " height =" 350 " src =" /Pictures/Supernova-Logo.png " ><br /><br />
66 <img alt =" Static Badge " src =" https://img.shields.io/badge/License-MIT-green?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Fblob%2Fmain%2FLICENSE " >
7- <img alt =" Static Badge " src =" https://img.shields.io/badge/Version-2.6 %20(Blue Shoot )-red?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Freleases " ><br /><br />
7+ <img alt =" Static Badge " src =" https://img.shields.io/badge/Version-2.7 %20(Great Chicago )-red?link=https%3A%2F%2Fgithub.com%2Fnickvourd%2FSupernova%2Freleases " ><br /><br />
88 <img alt =" GitHub Repo stars " src =" https://img.shields.io/github/stars/nickvourd/Supernova?logoColor=yellow " >
99 <img alt =" GitHub forks " src =" https://img.shields.io/github/forks/nickvourd/Supernova?logoColor=red " >
1010 <img alt =" GitHub watchers " src =" https://img.shields.io/github/watchers/nickvourd/Supernova?logoColor=blue " >
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ module Supernova
33go 1.20
44
55require (
6- github.com/fatih/color v1.16 .0
7- golang.org/x/crypto v0.21 .0
6+ github.com/fatih/color v1.18 .0
7+ golang.org/x/crypto v0.31 .0
88)
99
1010require (
1111 github.com/mattn/go-colorable v0.1.13 // indirect
1212 github.com/mattn/go-isatty v0.0.20 // indirect
13- golang.org/x/sys v0.18 .0 // indirect
13+ golang.org/x/sys v0.28 .0 // indirect
1414)
Original file line number Diff line number Diff line change 1- github.com/fatih/color v1.16 .0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM =
2- github.com/fatih/color v1.16 .0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
1+ github.com/fatih/color v1.18 .0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM =
2+ github.com/fatih/color v1.18 .0 /go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU =
33github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
44github.com/mattn/go-colorable v0.1.13 /go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg =
55github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
66github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
77github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
8- golang.org/x/crypto v0.21 .0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA =
9- golang.org/x/crypto v0.21 .0 /go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs =
8+ golang.org/x/crypto v0.31 .0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U =
9+ golang.org/x/crypto v0.31 .0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
1010golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
1111golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
12- golang.org/x/sys v0.18 .0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
13- golang.org/x/sys v0.18 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
12+ golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
13+ golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments