Skip to content

Commit

Permalink
Merge pull request #14 from otg-staging/renovate/github.com-open-traf…
Browse files Browse the repository at this point in the history
…fic-generator-snappi-gosnappi-0.x

Update module github.com/open-traffic-generator/snappi/gosnappi to v0.10.9
  • Loading branch information
bortok authored Mar 6, 2023
2 parents b5aa16e + 583f159 commit d43f6f8
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 5 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
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.4
github.com/open-traffic-generator/snappi/gosnappi v0.10.9
github.com/openconfig/gnmi v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
Expand All @@ -18,12 +18,13 @@ require (
)

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 v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
Expand All @@ -38,8 +39,8 @@ require (
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit d43f6f8

Please sign in to comment.