This commit is contained in:
MetaCubeX
2022-03-18 00:27:48 +08:00
parent df78ba8fa6
commit f972d1fa58
2 changed files with 396 additions and 5 deletions

7
go.mod
View File

@ -33,7 +33,6 @@ require (
)
require (
github.com/MetaCubeX/wintun-go v0.0.0-20220317154339-1f3234fb4766 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
@ -55,9 +54,7 @@ require (
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
replace (
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 => github.com/MetaCubeX/wintun-go v0.0.0-20220317161916-5dcd44f3c355
)
replace golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 => github.com/MetaCubeX/wintun-go v0.0.0-20220317161916-5dcd44f3c355