Skip to content

Commit

Permalink
fix: nighthawk-go library version
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
  • Loading branch information
kushthedude committed Dec 15, 2020
1 parent 6500d41 commit 3171cb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ RUN apt-get -y update && apt-get -y install build-essential libssl-dev git zlib
RUN git config --global user.email "meshery@layer5.io"
RUN git config --global user.name "meshery"
RUN git clone https://github.com/layer5io/nighthawk-go
RUN cd nighthawk-go/apinighthawk/bin && chmod +x ./nighthawk_client

# FROM alpine
# RUN apk --update add ca-certificates
# RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
FROM ubuntu
RUN apt-get update; apt-get install -y ca-certificates; update-ca-certificates
COPY --from=meshery-server /meshery /app/cmd/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/grafana-tools/sdk v0.0.0-20200411085644-f7626bef00b3
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87
github.com/layer5io/nighthawk-go v0.1.4
github.com/layer5io/nighthawk-go v0.1.5
github.com/layer5io/service-mesh-performance v0.3.1
github.com/manifoldco/promptui v0.8.0
github.com/nats-io/nats.go v1.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87 h1:qMO4fkVja8WatRrvEz6JCoq+81rNJZMjblqyRwywLns=
github.com/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87/go.mod h1:l7fQujTUkq0/ecH98qdKAgy9aCV+YvoyEF3nj2IIP50=
github.com/layer5io/nighthawk-go v0.1.4 h1:bwu81fsdp6XkeirGkHwo9Vkwn1XQYMMibtwrK8VypDM=
github.com/layer5io/nighthawk-go v0.1.4/go.mod h1:gbi0RbmV9VElcQaJlMAAjEwtMTBzptn7i737/MidKCM=
github.com/layer5io/nighthawk-go v0.1.5 h1:edygERCTGc4Nqxtqr7dSxwgv9iH3+hPNciGl8T4faTY=
github.com/layer5io/nighthawk-go v0.1.5/go.mod h1:gbi0RbmV9VElcQaJlMAAjEwtMTBzptn7i737/MidKCM=
github.com/layer5io/service-mesh-performance v0.3.1 h1:L4TkHsQjXKsGLIOxCFqOtQJwTesnumo87mDnvqXS6gE=
github.com/layer5io/service-mesh-performance v0.3.1/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
Expand Down

0 comments on commit 3171cb9

Please sign in to comment.