Skip to content

Commit

Permalink
Merge pull request #20 from awslawsl233/master
Browse files Browse the repository at this point in the history
  • Loading branch information
macronut authored Nov 3, 2021
2 parents 90ce601 + 6ddbf75 commit 9eff2b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/Macronut/TCPioneer

go 1.16

require (
github.com/chai2010/winsvc v0.0.0-20200705094454-db7ec320025c
github.com/macronut/godivert v0.0.0-20200223163208-e0ee08361ab9
github.com/williamfhe/godivert v0.0.0-20181229124620-a48c5b872c73 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
)
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
github.com/chai2010/winsvc v0.0.0-20200705094454-db7ec320025c h1:ZgxF2fGttmsetibm9Tc91TAUWzRZSfjJPstNxU6jWyU=
github.com/chai2010/winsvc v0.0.0-20200705094454-db7ec320025c/go.mod h1:b9Xy0A0C/binZARjeVfHEr+gHzQUVztL71bTms7PRIM=
github.com/macronut/godivert v0.0.0-20200223163208-e0ee08361ab9 h1:6ASu1qSwyTtiPmHNU7kkDz8panXiR11BBSw1ZNmz5Qw=
github.com/macronut/godivert v0.0.0-20200223163208-e0ee08361ab9/go.mod h1:WBXFEDDmnnVWR14TQAvMxdaHrW7Ewbt7pNerMHiyNzY=
github.com/williamfhe/godivert v0.0.0-20181229124620-a48c5b872c73 h1:uTcyLPxotESVvsf6sWcw+6MyDAsuuI7Q2TJn+pWyt/c=
github.com/williamfhe/godivert v0.0.0-20181229124620-a48c5b872c73/go.mod h1:2A+pcb3S0puG6gpwq2d8+7HGgCWXyCBwnsv/n3abx4U=
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 h1:2B5p2L5IfGiD7+b9BOoRMC6DgObAVZV+Fsp050NqXik=
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"runtime"

"./header"
"github.com/Macronut/TCPioneer/header"
"github.com/chai2010/winsvc"
)

Expand Down

0 comments on commit 9eff2b6

Please sign in to comment.