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
  • Loading branch information
nsmbot authored Sep 15, 2022
1 parent bf1bffe commit ca7379c
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 @@ -7,9 +7,9 @@ require (
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914233809-d1f08e0e6986
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa
github.com/networkservicemesh/sdk-kernel v0.0.0-20220915190118-1642d2c2c184
github.com/networkservicemesh/sdk-sriov v0.0.0-20220915190531-5dd9336d3db7
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6SGFULqTgMKA8BFy7F+ldRErAyxsWht7oCwCVRM=
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074 h1:UzfImaVm+EnC6gFlT4KmcAvaYLPgHcuXLBoMOfalvMY=
github.com/networkservicemesh/sdk v0.5.1-0.20220914233340-97e00ecbb074/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914233809-d1f08e0e6986 h1:DcyiWt7Hfpqq67uPwlmTxs+4iwhULfuBUv0TNfkZzb0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914233809-d1f08e0e6986/go.mod h1:0qjv2l+5GF0YWNkOfuWwi9BODA0x/wij3lKaCWeuGg8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2 h1:6hyq85+7QZ5hsjQUDd0095+q73avdSmw5ZcFFHL5XVA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220914234504-dd647ece87c2/go.mod h1:dRK7l0T6yBQaOteStp9co1BRTdy7qR6mPvH5wL97EnU=
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa h1:TIrbgcE1DRTq3qkU5MqdAKo0vhImZftucSGqsIiCjmY=
github.com/networkservicemesh/sdk v0.5.1-0.20220915185734-b47cbd4fcbfa/go.mod h1:YnWv4wspKOtfFsc7kC5tfs7n95Snj3C0MRCal7yytVE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220915190118-1642d2c2c184 h1:ph3jKTW1i4JoTeosjT91v1DUUCOoeLpKmRYnb+6g1PU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220915190118-1642d2c2c184/go.mod h1:pgofyZfGvtjjA00F7st0uMSc8cep93bDGb1FDKpRi4o=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220915190531-5dd9336d3db7 h1:5UCa0f3lnT3Hv8JQ//UGUiTb76zO5mfQV2OZAvxTLvo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220915190531-5dd9336d3db7/go.mod h1:BDNeZmt5ecdA5EeAYmnn+dWowf8u7cbpzYS+NiG/mOI=
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=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit ca7379c

Please sign in to comment.