-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
bin/ | ||
pkg/ | ||
httpdump |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
VERSION := 0.1.0 | ||
VERSION := 0.1.1 | ||
BUILD_DATE := $(shell date +%F) | ||
|
||
all: httpdump | ||
|
||
httpdump: | ||
gb build -ldflags " \ | ||
go build -mod vendor -ldflags " \ | ||
-X main.version=$(VERSION) \ | ||
-X main.buildDate='$(BUILD_DATE)' \ | ||
-X main.buildDate=$(BUILD_DATE) \ | ||
" | ||
|
||
clean: | ||
rm -rf bin/ pkg/ | ||
rm -rf httpdump bin/ pkg/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module github.com/falzm/httpdump | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/fatih/color v0.0.0-20151111120202-9aae6aaa2231 | ||
github.com/goji/param v0.0.0-20150423055352-da86c81e3e3c // indirect | ||
github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da | ||
github.com/mattn/go-colorable v0.0.0-20151127014555-3dac7b4f76f6 // indirect | ||
github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 // indirect | ||
github.com/zenazn/goji v0.0.0-20151120200311-bf843a174a08 | ||
golang.org/x/sys v0.0.0-20190425045458-9f0b1ff7b46a // indirect | ||
) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
github.com/fatih/color v0.0.0-20151111120202-9aae6aaa2231 h1:SJQOrTKavQKN9enteIYsYLMIk4Qz1bs+ayguw0JqiCY= | ||
github.com/fatih/color v0.0.0-20151111120202-9aae6aaa2231/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= | ||
github.com/goji/param v0.0.0-20150423055352-da86c81e3e3c/go.mod h1:GZJblUu7ACjguvQUK2un6nQBlnZk7H1MzXZdfrFUd8Q= | ||
github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da h1:oAWnYJWp6dui/q7a6g4bpLtxl2X3QTErdognIu1a/yM= | ||
github.com/hokaccha/go-prettyjson v0.0.0-20141201065330-f75235bd99da/go.mod h1:pFlLw2CfqZiIBOx6BuCeRLCrfxBJipTY0nIOF/VbGcI= | ||
github.com/mattn/go-colorable v0.0.0-20151127014555-3dac7b4f76f6 h1:hDKzCQGDZSTNHiscA+DIvmqFNVL/NOGA570T4hTOi0Q= | ||
github.com/mattn/go-colorable v0.0.0-20151127014555-3dac7b4f76f6/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= | ||
github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7 h1:owMyzMR4QR+jSdlfkX9jPU3rsby4++j99BfbtgVr6ZY= | ||
github.com/mattn/go-isatty v0.0.0-20151211000621-56b76bdf51f7/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= | ||
github.com/zenazn/goji v0.0.0-20151120200311-bf843a174a08 h1:bIsHnPMOikkee9C709x8NJdp8fsm9j/GKQfGsCqtWKo= | ||
github.com/zenazn/goji v0.0.0-20151120200311-bf843a174a08/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= | ||
golang.org/x/sys v0.0.0-20190425045458-9f0b1ff7b46a h1:8cVTj31lbQ2I9z63Y1LjjHVKGisLuXDt12kKR0+r89w= | ||
golang.org/x/sys v0.0.0-20190425045458-9f0b1ff7b46a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.