Skip to content

Commit

Permalink
Fix nimbess protobuf definitions
Browse files Browse the repository at this point in the history
This reverts PR 2441
  • Loading branch information
lebauce committed Apr 2, 2024
1 parent 8b57f4f commit 4efbcd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/newtools/ebpf v0.0.0-20190820102627-8b7eaed02eb9
github.com/nimbess/nimbess-agent v0.0.0-20191107080950-7b7dccf7df48
github.com/nimbess/nimbess-agent v0.0.0-20190919205041-4e6f317ac4fd
github.com/nlewo/contrail-introspect-cli v0.0.0-20181003135217-0407b60f2edd
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/olivere/elastic/v7 v7.0.32
Expand Down Expand Up @@ -316,6 +316,7 @@ require (

replace (
github.com/newtools/ebpf => github.com/nplanel/ebpf v0.0.0-20190918123742-99947faabce5
github.com/nimbess/nimbess-agent => github.com/lebauce/nimbess-agent v0.0.0-20210903082218-878aee9e2258
github.com/skydive-project/skydive/graffiti => ./graffiti
github.com/spf13/viper v1.7.0 => github.com/lebauce/viper v0.0.0-20210902230629-70f27e465a78
k8s.io/api => k8s.io/api v0.29.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,8 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kshvakov/clickhouse v1.3.5/go.mod h1:DMzX7FxRymoNkVgizH0DWAL8Cur7wHLgx3MUnGwJqpE=
github.com/lebauce/nimbess-agent v0.0.0-20210903082218-878aee9e2258 h1:Tx9BivUROBDBad3qjneLI8W9lozIk/dfkyy5wD4eH2s=
github.com/lebauce/nimbess-agent v0.0.0-20210903082218-878aee9e2258/go.mod h1:wnkdtPx8OI8prYBDNViKN7owUkY1rTprfAyztepTG7o=
github.com/lebauce/viper v0.0.0-20210902230629-70f27e465a78 h1:FTx6FEtgEHboI+zlhabldEcWsaH09s3FpSnQaofdlhw=
github.com/lebauce/viper v0.0.0-20210902230629-70f27e465a78/go.mod h1:Nho+S0cmxsURRRa2vpojwsgIzBglfL+uYX7tLW5iv0M=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
Expand Down Expand Up @@ -1647,8 +1649,6 @@ github.com/nats-io/nuid v1.0.0/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663 h1:Ri1EhipkbhWsffPJ3IPlrb4SkTOPa2PfRXp3jchBczw=
github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/nimbess/nimbess-agent v0.0.0-20191107080950-7b7dccf7df48 h1:jciCpVwxjO+RN8hZn3ZC4BesavqxfmaLHTqW1ovPl04=
github.com/nimbess/nimbess-agent v0.0.0-20191107080950-7b7dccf7df48/go.mod h1:wnkdtPx8OI8prYBDNViKN7owUkY1rTprfAyztepTG7o=
github.com/nimbess/stargazer v0.0.0-20190828220501-0cd7a98f96df/go.mod h1:Np4F+FBh3oX1pvoaF9v7u1UvAlgmtIZFy60Y9yGJaYQ=
github.com/nlewo/contrail-introspect-cli v0.0.0-20181003135217-0407b60f2edd h1:/60NJN+7h5dB2vvP6qnty+1QcZyZkJxyZXC/yhQpK7M=
github.com/nlewo/contrail-introspect-cli v0.0.0-20181003135217-0407b60f2edd/go.mod h1:Tq6jNyMnFXWoZ0XfBkZKzcUJJB+D272tV+nKHfakRTE=
Expand Down

0 comments on commit 4efbcd3

Please sign in to comment.