Skip to content

Commit

Permalink
update dependencies (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid authored Nov 3, 2022
1 parent 08a7733 commit 82f00d8
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 @@ -4,8 +4,8 @@ go 1.19

require (
github.com/sirupsen/logrus v1.9.0
github.com/test-network-function/graphsolver-exports v0.0.0-20220909223441-46e11b864674
github.com/test-network-function/l2discovery-exports v0.0.0-20220909220625-69bfab4b0fc1
github.com/test-network-function/graphsolver-exports v0.0.1
github.com/test-network-function/l2discovery-exports v0.0.1
)

require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/test-network-function/graphsolver-exports v0.0.0-20220909223441-46e11b864674 h1:uvdC7pUG8oDzuOrII3GlH+Y7do6ah16kV2xVs/3EAk0=
github.com/test-network-function/graphsolver-exports v0.0.0-20220909223441-46e11b864674/go.mod h1:KFaKYEY+hJOfWCw8zPKgQz0pZFNm9A1ExOSRkE5MuQM=
github.com/test-network-function/l2discovery-exports v0.0.0-20220909220625-69bfab4b0fc1 h1:mqeKP0mYZ3V7pP0h+9sgVjAllNy5Vn6GlpM/EC0tPyI=
github.com/test-network-function/l2discovery-exports v0.0.0-20220909220625-69bfab4b0fc1/go.mod h1:RczK2vQ2EHQiz/LtLW9Et8xFPngY8dC9ep2tPY+31UI=
github.com/test-network-function/graphsolver-exports v0.0.1 h1:27zhW/1fiKf3+NJsevl+jvuJu9t/MqOs1wmAkcmp8ng=
github.com/test-network-function/graphsolver-exports v0.0.1/go.mod h1:Zo5bUPq3s1KWfz6MtMHzHQh1mSiW4DOpBbZ03TG2zIw=
github.com/test-network-function/l2discovery-exports v0.0.1 h1:4/49T2Js92JyOAO8T+0vnV8zy5z6WaV1GCfLGmEgs7g=
github.com/test-network-function/l2discovery-exports v0.0.1/go.mod h1:LXzJLrM5Ao0j4pN/HnlYrBQDpO3TCtlfiK4HmRk2ps8=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 82f00d8

Please sign in to comment.