Skip to content

Commit

Permalink
Rename organization
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Aug 15, 2024
1 parent c6d3010 commit a02e811
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module github.com/redhat-best-practices-for-k8s/graphsolver-lib
module github.com/redhat-cne/graphsolver-lib

go 1.22.5

toolchain go1.22.6
go 1.22

require (
github.com/redhat-best-practices-for-k8s/graphsolver-exports v0.0.2
github.com/redhat-best-practices-for-k8s/l2discovery-exports v0.0.5
github.com/redhat-cne/graphsolver-exports v0.0.2
github.com/redhat-cne/l2discovery-exports v0.0.4
github.com/sirupsen/logrus v1.9.3
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/redhat-best-practices-for-k8s/graphsolver-exports v0.0.2 h1:SJnXD40jEFBCWT8ZjmJOFJdIzMwWPbrIUCAQu1oXfYQ=
github.com/redhat-best-practices-for-k8s/graphsolver-exports v0.0.2/go.mod h1:Vl268nAHQKEnIw7GIYehp3Lx4qYP8+rOlwGsWxD/aO4=
github.com/redhat-best-practices-for-k8s/l2discovery-exports v0.0.5 h1:0X6pIv4tMsSquGS4m+xgmzFGIm16Snj2ErmnpoYqLog=
github.com/redhat-best-practices-for-k8s/l2discovery-exports v0.0.5/go.mod h1:NO9mpaj5neVKarRGcsL5SHVFb+uYUoCC8uVbuT419xs=
github.com/redhat-cne/graphsolver-exports v0.0.2 h1:xpswAtA6J4BVIrZfytRUBzG9icQw71lIUa6NMHQ1FN4=
github.com/redhat-cne/graphsolver-exports v0.0.2/go.mod h1:ZXxUEsVGE+ND/ODQ28nIcSJfTTYAB5bjs2HrTjPiIQI=
github.com/redhat-cne/l2discovery-exports v0.0.4 h1:oYZlk0lXEnLTO8nxnL1G54L+KdQ1WyA5zZFJln9/8uA=
github.com/redhat-cne/l2discovery-exports v0.0.4/go.mod h1:hYvCYXSfngU/j+auFobgvKcwiu5DurO2BnUBoSmg/NA=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
4 changes: 2 additions & 2 deletions lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package lib
import (
"strings"

export "github.com/redhat-best-practices-for-k8s/graphsolver-exports"
l2lib "github.com/redhat-best-practices-for-k8s/l2discovery-exports"
export "github.com/redhat-cne/graphsolver-exports"
l2lib "github.com/redhat-cne/l2discovery-exports"
"github.com/sirupsen/logrus"
)

Expand Down

0 comments on commit a02e811

Please sign in to comment.