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-kernel@main (#846)

PR link: networkservicemesh/sdk-kernel#676

Commit: 64ed683
Author: Network Service Mesh Bot
Date: 2024-08-19 04:33:21 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#676)
PR link: networkservicemesh/sdk#1653
Commit: ae25bb4
Author: Botond Szirtes
Date: 2024-08-19 11:30:36 +0200
Message:
    - Add an option to expose Prometheus metrics via http/s server (#1653)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot and NSMBot authored Aug 19, 2024
1 parent f879413 commit 12509d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba
github.com/networkservicemesh/sdk v0.5.1-0.20240815204907-eeb0114b9426
github.com/networkservicemesh/sdk-kernel v0.0.0-20240815205137-8fc8a722193d
github.com/networkservicemesh/sdk v0.5.1-0.20240819093036-ae25bb43f39a
github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e h1:Fs34Z
github.com/networkservicemesh/api v1.13.4-0.20240815101554-fdbfcd84fd0e/go.mod h1:B8FmS3XZ7NZY7ZEtdcNg2NHYppDHlr4kl4eecdZN9eI=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba h1:7B6X6N7rwJNpnfsUlBavxuZdYqTx8nAKwxVS/AkuX1o=
github.com/networkservicemesh/govpp v0.0.0-20240328101142-8a444680fbba/go.mod h1:CwikXQ3p/y3j6+HbQQWXKv0f4LPyUd2vKTiViG93qWA=
github.com/networkservicemesh/sdk v0.5.1-0.20240815204907-eeb0114b9426 h1:O4v2cZ78hnnUmDMsQVNfAZuRnHd5ms2cJ3psCWTI65Q=
github.com/networkservicemesh/sdk v0.5.1-0.20240815204907-eeb0114b9426/go.mod h1:D/CFLQOWMeHTYtKF8KgZmBNaNOfzBclWJj3BIPve7Hk=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240815205137-8fc8a722193d h1:XN2hpFJSaKx+nsVUIA7+a0JTWtb1kqe+Oq98bnfjFMA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240815205137-8fc8a722193d/go.mod h1:GQTRVlJsnLyJdOVHTEtgPNgDWnjFAfvClUESbjucJWw=
github.com/networkservicemesh/sdk v0.5.1-0.20240819093036-ae25bb43f39a h1:yGa3JaE4yLKzKTefxu/5sT7ESFmIxj2Ai0VnxvQ69co=
github.com/networkservicemesh/sdk v0.5.1-0.20240819093036-ae25bb43f39a/go.mod h1:nz2VJ3l/UDvsEusdIZf7OMxC7zLrRCV1PuziPjxJeVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91 h1:seMpnNEml+jwSVL8gYoRLxv3Jkw3lZMtxo37S9gBnoI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240819093321-64ed6830fe91/go.mod h1:eCKvsQyvharf35MLlqaQ9PF8AtTjgdFpsoprVye7zb0=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk=
github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU=
Expand Down

0 comments on commit 12509d5

Please sign in to comment.