diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..c3f64123 --- /dev/null +++ b/build.bat @@ -0,0 +1,2 @@ +set BUILD_PATH=cmd/jocko/jocko.exe +go build -o %BUILD_PATH% cmd/jocko/main.go \ No newline at end of file diff --git a/go.mod b/go.mod index 23c6b504..7ef6e510 100644 --- a/go.mod +++ b/go.mod @@ -52,7 +52,7 @@ require ( github.com/stretchr/testify v1.3.0 github.com/tj/go-gracefully v0.0.0-20141227061038-005c1d102f1b github.com/travisjeffery/go-dynaport v0.0.0-20171203090423-24009f4f2f49 - github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c + github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c github.com/uber/jaeger-client-go v2.11.2+incompatible github.com/uber/jaeger-lib v1.3.1 github.com/ugorji/go v0.0.0-20180112141927-9831f2c3ac10 diff --git a/go.sum b/go.sum index 6758dd73..9a9e29fb 100644 --- a/go.sum +++ b/go.sum @@ -105,6 +105,7 @@ github.com/hashicorp/serf v0.0.0-20171222050535-911b3cc29e11 h1:UUEW2PXZVcuT/eS8 github.com/hashicorp/serf v0.0.0-20171222050535-911b3cc29e11/go.mod h1:h/Ru6tmZazX7WO/GDmwdpS975F019L4t5ng5IgwbNrE= github.com/hashicorp/serf v0.8.5 h1:ZynDUIQiA8usmRgPdGPHFdPnb1wgGI9tK3mO9hcAJjc= github.com/hashicorp/serf v0.8.5/go.mod h1:UpNcs7fFbpKIyZaUuSW6EPiH+eZC7OuyFD+wc1oal+k= +github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= @@ -175,6 +176,8 @@ github.com/travisjeffery/go-dynaport v0.0.0-20171203090423-24009f4f2f49/go.mod h github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c h1:TsrnIwyIZbPxVRyG58Tbyb46v5Nx/3DPlKjST9dBo6E= github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c/go.mod h1:D/qzp3BypYxGri+RgzDSv3Fml0qkzA85BPPwrNNYbSs= +github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c h1:551Cm4YNqmckBc0maTSsNhcTZGhhbOlWDwBVMMlS2eA= +github.com/tysontate/gommap v0.0.0-20190103205956-899e1273fb5c/go.mod h1:D/qzp3BypYxGri+RgzDSv3Fml0qkzA85BPPwrNNYbSs= github.com/uber/jaeger-client-go v2.11.2+incompatible h1:D2idO5gYBl+40qnsowJaqtwCV6z1rxYy2yhYBh3mVvI= github.com/uber/jaeger-client-go v2.11.2+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= github.com/uber/jaeger-lib v1.3.1 h1:QaTh7g9oG56uB4I2MiwJbh/svRjHhZogAiQozBzxL3g=