Skip to content

Commit

Permalink
Move BCM based YGOT generated code to a separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 21, 2024
1 parent 768a1c9 commit 5fc6bd5
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 290,163 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module go.githedgehog.com/fabric

go 1.21.1

toolchain go1.21.5

require (
github.com/0x5a17ed/uefi v0.6.1
github.com/apparentlymart/go-cidr v1.1.0
Expand All @@ -19,7 +17,6 @@ require (
github.com/onsi/gomega v1.31.1
github.com/openconfig/gnmi v0.10.0
github.com/openconfig/gnmic v0.32.0
github.com/openconfig/goyang v1.4.5
github.com/openconfig/ygot v0.29.18
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
Expand All @@ -28,6 +25,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.27.1
github.com/vishvananda/netlink v1.1.0
go.githedgehog.com/fabric-bcm-ygot v0.1.0-4.2.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
gopkg.in/natefinch/lumberjack.v2 v2.2.1
k8s.io/api v0.29.1
Expand Down Expand Up @@ -166,6 +164,7 @@ require (
github.com/nxadm/tail v1.4.11 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/openconfig/goyang v1.4.5 // indirect
github.com/openconfig/grpctunnel v0.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,8 @@ github.com/zealic/xignore v0.3.3/go.mod h1:lhS8V7fuSOtJOKsvKI7WfsZE276/7AYEqokv3
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
go.etcd.io/bbolt v1.3.8 h1:xs88BrvEv273UsB79e0hcVrlUWmS0a8upikMFhSyAtA=
go.etcd.io/bbolt v1.3.8/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw=
go.githedgehog.com/fabric-bcm-ygot v0.1.0-4.2.0 h1:6Gw5biRQxL7TPT55U03GufJtlV6iH/pHsj8J5evS6JE=
go.githedgehog.com/fabric-bcm-ygot v0.1.0-4.2.0/go.mod h1:P/rTRtJedD3Pw72xgXYLPZAP8RpK2YmUR15qHGHxQWE=
go.opencensus.io v0.15.0/go.mod h1:UffZAU+4sDEINUGP/B7UfBBkq4fqLu9zXAX7ke6CHW0=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
Expand Down
2 changes: 1 addition & 1 deletion pkg/agent/dozer/bcm/gnmi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/openconfig/ygot/ygot"
"github.com/openconfig/ygot/ytypes"
"github.com/pkg/errors"
"go.githedgehog.com/fabric/pkg/agent/dozer/bcm/gnmi/oc"
"go.githedgehog.com/fabric-bcm-ygot/pkg/oc"
"go.githedgehog.com/fabric/pkg/util/pointer"
)

Expand Down
25 changes: 0 additions & 25 deletions pkg/agent/dozer/bcm/gnmi/oc/doc.go

This file was deleted.

Loading

0 comments on commit 5fc6bd5

Please sign in to comment.