feat: print http stat with color

This commit is contained in:
debugtalk
2022-05-05 14:24:48 +08:00
parent 9f5736260c
commit 0bd8cf39ea
6 changed files with 106 additions and 18 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.16
require (
github.com/andybalholm/brotli v1.0.4
github.com/denisbrodbeck/machineid v1.0.1
github.com/fatih/color v1.13.0
github.com/getsentry/sentry-go v0.13.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.1