-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkOTGError for run with gosnappi 0.11.6
- Loading branch information
Showing
6 changed files
with
46 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ otgen | |
|
||
dist/ | ||
.DS_Store | ||
*.bak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,37 @@ | ||
module github.com/open-traffic-generator/otgen | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/drone/envsubst v1.0.3 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/gosuri/uilive v0.0.4 | ||
github.com/lucasb-eyer/go-colorful v1.2.0 | ||
github.com/mum4k/termdash v0.18.0 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/open-traffic-generator/snappi/gosnappi v0.10.9 | ||
github.com/openconfig/gnmi v0.9.1 | ||
github.com/open-traffic-generator/snappi/gosnappi v0.11.6 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/cobra v1.7.0 | ||
golang.org/x/crypto v0.8.0 | ||
google.golang.org/protobuf v1.30.0 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/semver/v3 v3.2.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.1 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/gdamore/tcell/v2 v2.5.4 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/openconfig/goyang v0.0.0-20200115183954-d0a48929f0ea // indirect | ||
github.com/openconfig/grpctunnel v0.0.0-20220819142823-6f5422b8ca70 // indirect | ||
github.com/openconfig/ygot v0.6.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/term v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
google.golang.org/grpc v1.53.0 // indirect | ||
google.golang.org/grpc v1.54.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.