-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #205 from yoyofx/dev
Fixed vulnerability of CVE-***
- Loading branch information
Showing
10 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
module yygctl | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require github.com/spf13/cobra v1.2.0 | ||
require github.com/spf13/cobra v1.5.0 | ||
|
||
require ( | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module console | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
github.com/yoyofxteam/dependencyinjection v1.0.1 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module grafanaalertwebhook | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
gopkg.in/go-playground/assert.v1 v1.2.1 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
module grpc-demo | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
github.com/yoyofxteam/dependencyinjection v1.0.1 | ||
google.golang.org/grpc v1.45.0 | ||
google.golang.org/protobuf v1.26.0 | ||
google.golang.org/grpc v1.46.2 | ||
google.golang.org/protobuf v1.28.0 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
module standardwebapi | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require github.com/yoyofx/yoyogo v0.0.0 | ||
require ( | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
module websockethub | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/fasthttp/websocket v1.5.0 | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
github.com/yoyofxteam/dependencyinjection v1.0.1 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
module xxl-job-console | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/yoyofx/yoyogo v0.0.0 | ||
github.com/yoyofxteam/dependencyinjection v1.0.1 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace github.com/yoyofx/yoyogo => ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters