add port to tcp
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- cmd/cgat/main.go 27 additions, 0 deletionscmd/cgat/main.go
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 3 additions, 0 deletionsgo.sum
- lib/config/config.go 16 additions, 0 deletionslib/config/config.go
- lib/gat/gatling.go 2 additions, 1 deletionlib/gat/gatling.go
cmd/cgat/main.go
0 → 100644
... | ... | @@ -5,6 +5,7 @@ go 1.19 |
require ( | ||
git.tuxpa.in/a/zlog v1.32.0 | ||
github.com/BurntSushi/toml v1.2.0 | ||
github.com/ethereum/go-ethereum v1.10.23 | ||
github.com/xdg-go/scram v1.1.1 | ||
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b | ||
) | ||
... | ... |
Please register or sign in to comment