Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 63d1839d3a78d781080c27dbbd569b1688d30655
Author: Artem Belov <artem.belov@xored.com>
Date:   Fri Mar 26 15:58:45 2021 +0700

    Replace PrefixPool with IPPool in excludedPrefixesServer (#787)

    * IPPool tool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * IPv4 tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Raplace roaring Bitmap with black red tree IP pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix using moved structure

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix concurrent access

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Benchmark testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove roaring bitmap from go.mod

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Readme file

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Exclude ipv6 subnet from ipv4 pool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * GetPrefixes method

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Replace PrefixPool with IPPool

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Prefix bits as a const

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Some refactoring

    Signed-off-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 26, 2021
1 parent a552c83 commit 7825359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/edwarnicke/exechelper v1.0.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832
github.com/networkservicemesh/sdk v0.0.0-20210326085845-63d1839d3a78
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.2
github.com/stretchr/testify v1.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9 h1:fthzwqhZV4wvTe0YHK2ZS6pTsOUETMWsLhVC16PRtaE=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832 h1:4745+AvVS86/EnHG9Xg0LO6Pbv9dr2EtLcyVnO/WcY0=
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832/go.mod h1:0KdRsooocNUEsI8gsgppv0MRInd01K4qWPzmYKP8Pu8=
github.com/networkservicemesh/sdk v0.0.0-20210326085845-63d1839d3a78 h1:uc1J3ga3Cjsqay837qobxIAQYbqMv1T7YJkij6N0LCU=
github.com/networkservicemesh/sdk v0.0.0-20210326085845-63d1839d3a78/go.mod h1:0KdRsooocNUEsI8gsgppv0MRInd01K4qWPzmYKP8Pu8=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 7825359

Please sign in to comment.