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 (#459)

PR link: networkservicemesh/sdk-ovs#367

Commit: 50c7f3a
Author: Network Service Mesh Bot
Date: 2025-02-24 04:16:57 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#367)
PR link: networkservicemesh/sdk-sriov#641
Commit: 570b4ab
Author: Network Service Mesh Bot
Date: 2025-02-24 04:13:18 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#641)
PR link: networkservicemesh/sdk-kernel#711
Commit: 21fff09
Author: Network Service Mesh Bot
Date: 2025-02-24 04:09:19 -0600
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#711)
PR link: networkservicemesh/sdk#1717
Commit: 5edabab
Author: dependabot[bot]
Date: 2025-02-24 11:06:29 +0100
Message:
                - Bump hmarr/debug-action from 2 to 3 (#1717)
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3.
- [Release notes](https://github.com/hmarr/debug-action/releases)
- [Commits](hmarr/debug-action@v2...v3)
---
updated-dependencies:
- dependency-name: hmarr/debug-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
  • Loading branch information
nsmbot and NSMBot authored Feb 24, 2025
1 parent 1ee7c51 commit c135a13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.14.2-rc.1.0.20241209080353-bbb4cd5f8f00
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224083004-6105fcba01aa
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224082539-8bedffdc4601
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224101657-50c7f3a04e7a
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224101318-570b4abd1b99
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-20250224082229-cafa875cfdc5 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224100919-21fff092514e // 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
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -422,16 +422,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.14.2-rc.1.0.20241209080353-bbb4cd5f8f00 h1:xZGg3H5j9UoQW7GasoQrBtH4RkB9bgKdfuRIM9EUkCQ=
github.com/networkservicemesh/api v1.14.2-rc.1.0.20241209080353-bbb4cd5f8f00/go.mod h1:GT0Yw1LYFSTxlDyJjBDhIxT82rJ2czZ0TiyzxSyKzvg=
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3 h1:mw5V1kdId5jmFykA5VAdZMEuJXRvxvQX09Etl10UCgc=
github.com/networkservicemesh/sdk v0.5.1-0.20250224082004-755c3b54a4f3/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88 h1:Cj8yfPwJsOcNJtuY0AE9+fhITyXrlSvg8yJufUlzj/0=
github.com/networkservicemesh/sdk v0.5.1-0.20250224100629-5edabab42a88/go.mod h1:KJt1xIXbl+xYi+qE+l2y9klwsIaXIr7lo2PJeA5ZIVc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01 h1:1m4KOX0HYTonD93mfoCFJZTmdvM3X1op8dA844i/hBo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20250224082609-5a393e9bbe01/go.mod h1:fYJh8cA/G4F6HUWtsyEGY1GO8fz8QcrH3CaT7X2P39A=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224082229-cafa875cfdc5 h1:oagUCdoYEtgJm6Rellse74wdZaYzxF98WXbZKD/VuC8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224082229-cafa875cfdc5/go.mod h1:7BCJJmqiZ9dRaztx/gQKS2wef7vqf3dya8ILb7YbckQ=
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224083004-6105fcba01aa h1:61go2cXbLLHl29nQlTGlkPA+16Y0R8yTNJLKa3MZtP8=
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224083004-6105fcba01aa/go.mod h1:0qBD+AtjULsuZSuha7SXFKw7E4yb1ZOa7/XM7MLJldk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224082539-8bedffdc4601 h1:wTchzcsp4MT17Dx5aQ2Lq1l65H+RnrNWyZoj+/ecd20=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224082539-8bedffdc4601/go.mod h1:teom58Dn/yYu5ATmYYsUoEPzPfktWHh8RZMAmFUstKk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224100919-21fff092514e h1:QeCwoins31CK1lf+rUaJVYEYX/cY7DPkp86VzBPIbGs=
github.com/networkservicemesh/sdk-kernel v0.0.0-20250224100919-21fff092514e/go.mod h1:2a5ZOj6BiKaJC6S/b6SElmhq9wBDkH8vJyJRfpWefrg=
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224101657-50c7f3a04e7a h1:dQ7n4guoj2BRKwZzOz0e2D6cwq8CUquAu/oyP40Zy+o=
github.com/networkservicemesh/sdk-ovs v0.0.0-20250224101657-50c7f3a04e7a/go.mod h1:Y2bwQ2OfLnxi2/0XL72KGt49POVu784IrBTyyY9kgUQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224101318-570b4abd1b99 h1:hoUEL1Y1leznogSK6SHqanuJJyab2U42Q5aS/o4+1Vc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20250224101318-570b4abd1b99/go.mod h1:wAcwvHe5isVocbqsl/QQjfg+iyPnY1USW1omA2oo/p8=
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 c135a13

Please sign in to comment.