mirror of https://github.com/dnomd343/XProxy.git
Dnomd343
2 years ago
2 changed files with 5 additions and 7 deletions
@ -1,14 +1,12 @@ |
|||
module XProxy |
|||
|
|||
go 1.19 |
|||
go 1.20 |
|||
|
|||
require ( |
|||
github.com/BurntSushi/toml v1.2.1 |
|||
github.com/robfig/cron v1.2.0 |
|||
github.com/sirupsen/logrus v1.9.0 |
|||
gopkg.in/yaml.v3 v3.0.1 |
|||
) |
|||
|
|||
require ( |
|||
github.com/BurntSushi/toml v1.2.0 // indirect |
|||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |
|||
) |
|||
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |
|||
|
Loading…
Reference in new issue