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#353

Commit: 08fdaa6
Author: Network Service Mesh Bot
Date: 2024-11-05 09:22:16 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#353)
PR link: networkservicemesh/sdk-sriov#623
Commit: b31253a
Author: Network Service Mesh Bot
Date: 2024-11-05 09:11:47 -0600
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#623)
PR link: networkservicemesh/sdk-kernel#695
Commit: 6965743
Author: Network Service Mesh Bot
Date: 2024-11-05 08:59:58 -0600
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#695)
PR link: networkservicemesh/sdk#1687
Commit: 370b7b5
Author: dependabot[bot]
Date: 2024-11-05 09:42:27 -0500
Message:
                - Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.5.1 (#1687)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.2.0...v4.5.1)
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 5, 2024
1 parent df7f01d commit 8ba993e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/sdk v0.5.1-0.20241105144227-370b7b5f046c
github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224
github.com/networkservicemesh/sdk-ovs v0.0.0-20241028172716-2422a6f13b5d
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d
github.com/networkservicemesh/sdk-ovs v0.0.0-20241105152216-08fdaa6cfec7
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e
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-20241028171658-6b5aa1e4372d // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5 // 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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,12 @@ github.com/networkservicemesh/sdk v0.5.1-0.20241105144227-370b7b5f046c h1:Qdv1Lq
github.com/networkservicemesh/sdk v0.5.1-0.20241105144227-370b7b5f046c/go.mod h1:lV8RBwf6tHkNFwHLFkzh4Tb/XezMP5IHGx5lW04YjQE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224 h1:dSFCwbFKpZJjbDdxCacFxsRTscepjmDUD0kB/BiXa0s=
github.com/networkservicemesh/sdk-k8s v0.0.0-20241105145807-d2e270ca9224/go.mod h1:I/+5Lu+imUrGtAuegmaaiiEcQXVitrhO7ntHSMqTMVo=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241028171658-6b5aa1e4372d h1:zOtAfYLyOgjwrACq/KlUbbwKuNNCObiI13haLZ1UX4o=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241028171658-6b5aa1e4372d/go.mod h1:rV+PiPv7raW6na1qBGzUvwTlV19XkmAyupz6IodwmPI=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241028172716-2422a6f13b5d h1:lu4rTj/znxXFQ58L1Del5Uli20y5pox5WAysD2PzvTc=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241028172716-2422a6f13b5d/go.mod h1:8yIC0CmEu0vVzCAXvhXvPjUnxislxhUMP3b5sFkEFAQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d h1:V49GNcH1r70MzkKT9gP1jond3O36D8o/zIisONQYjq0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241028172147-7f9943c7601d/go.mod h1:MhtcgoM3RdQZJoPWVTDMPIFdnuNL9HlgNXOqAy+6cn8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5 h1:LjndrfG+oOTGtLkrmz4z29H1Ze5or6tOSVX9yQ9yir8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20241105145958-6965743994d5/go.mod h1:2J8lOoC8wlQPeusiwFTCxxW/HNv74rQ6Igsxhj5j27g=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241105152216-08fdaa6cfec7 h1:wnz/vNQ0oyqca4J5n6/nRw9PFIW/t80/0IseaKdtry0=
github.com/networkservicemesh/sdk-ovs v0.0.0-20241105152216-08fdaa6cfec7/go.mod h1:UGdNLHgoQUYaJLX2FDELnpZfOFMgIPXAu+Rn5QIBHnI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e h1:v9KeGHP1idpzn4pd8slPXx2NqjfSOnTYhDZbmLx55Gg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20241105151147-b31253af687e/go.mod h1:RYvsuuThYZWbe/cAi9dKOymCHep+l8jHL+PRVKk0AdQ=
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 8ba993e

Please sign in to comment.