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-ovs@main

PR link: networkservicemesh/sdk-ovs#349

Commit: 32f0aa5
Author: Network Service Mesh Bot
Date: 2024-10-17 12:25:54 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#349)
PR link: networkservicemesh/sdk-sriov#619
Commit: 3a8c515
Author: Network Service Mesh Bot
Date: 2024-10-17 12:20:56 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#619)
PR link: networkservicemesh/sdk-kernel#691
Commit: 745014a
Author: Network Service Mesh Bot
Date: 2024-10-17 12:17:46 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#691)
PR link: networkservicemesh/sdk#1535
Commit: 21c4d98
Author: dependabot[bot]
Date: 2024-10-17 13:15:20 -0400
Message:
                - Bump github.com/nats-io/nats-server/v2 from 2.8.2 to 2.9.23 (#1535)
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.8.2 to 2.9.23.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.8.2...v2.9.23)
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Oct 17, 2024
1 parent 7ab71f5 commit f360370
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ require (
github.com/edwarnicke/grpcfd v1.1.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017132134-aa261306cdef
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017131645-c4ff1c6451b9
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017172554-32f0aa5998e7
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017172056-3a8c515dbfac
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down Expand Up @@ -70,7 +70,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231 // indirect
github.com/open-policy-agent/opa v0.44.0 // indirect
github.com/ovn-org/libovsdb v0.6.1-0.20210824154155-9cab5b210dce // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
18 changes: 9 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down Expand Up @@ -402,16 +402,16 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34ZZN+bujq5OQEQUpxm0gYQ3g7uSCkcKcoUt70Be0=
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f h1:7lu+V9sTZZRO6O706Flr9Bbk57dxFh5zBOpg4l1JI00=
github.com/networkservicemesh/sdk v0.5.1-0.20241017131018-3d46f1edd72f/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc h1:Aa8e/VcRaIVyx860cfHvALMsgQe9AGJcr8bO7uNG4Lk=
github.com/networkservicemesh/sdk v0.5.1-0.20241017171520-21c4d983a8bc/go.mod h1:O0xb3CPUS1dkd7IbchN/s4esddsEVuRELUtehVVjB8Y=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df h1:6FRKKIhB4O0m8/rORU7MfAHGCysORA2on/w67tbkfug=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241015100114-a140a6b301df/go.mod h1:x03hU7wE5PVDntv2aSmBv/+NcGQTVTey7bhG8lWvTgk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb h1:UyM6retp3Oj3ClbKyECGPc9koB+VU8Mf3W7JZlk7fp8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017131259-f700ba189bbb/go.mod h1:OG6VzM7eZArpuQIT2TkubGVZrnh+av9n6iNuNlPqnPk=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017132134-aa261306cdef h1:i79WBLom+e3A23ScoW/d5vVimLUB4JkozAw+B085Uhw=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017132134-aa261306cdef/go.mod h1:3yqRXB3aIujZOZYnDtwFLq+I5c6leWrQtm6s5h6jVP4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017131645-c4ff1c6451b9 h1:8a4YTJV7XlyYIbN746qknFDwkZfyIbaPkhX2pmmffQo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017131645-c4ff1c6451b9/go.mod h1:LS6M+Pz2JoqXhptC/FaE+fu6bxF9nuEqn7m6BAAvzWk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231 h1:AhQmvVdTQku1EpTVPi/D6kPk3zpT7k1Fgr769hKCE/Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241017171746-745014ade231/go.mod h1:HD9Xye7a0ph/KxBP942aMI544Ap3UpyV8j9XqgfwEKU=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017172554-32f0aa5998e7 h1:2p7SY2fFgQn5fh7hJ7eD7yHDV4qhd+53to+2OpLQ81U=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241017172554-32f0aa5998e7/go.mod h1:JIPYL4Zo8ywPRs3KG5HsxhmwsHAFzA4yyw6zIxD3bM4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017172056-3a8c515dbfac h1:P4Hu49EEIz7xL/I31mLEPmZWnRQiVui4X7Lx9D+XBfY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241017172056-3a8c515dbfac/go.mod h1:mInoT7/WRFN5nMsdow4JMOiccYgrWEuvA73k1tNUfcw=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down

0 comments on commit f360370

Please sign in to comment.