Skip to content

Commit

Permalink
update dependabot alerts and sr linux controller to new version (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines authored Jun 30, 2022
1 parent 1cb3db6 commit d165a4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 341 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/srl-labs/srl-controller v0.3.2
github.com/srl-labs/srl-controller v0.3.4
github.com/srl-labs/srlinux-scrapli v0.4.1
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
Expand All @@ -36,10 +36,10 @@ require (
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/carlmontanari/difflibgo v0.0.0-20210718170140-424f52054f94 // indirect
github.com/containerd/containerd v1.5.10 // indirect
github.com/containerd/containerd v1.5.13 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
Expand All @@ -65,7 +65,7 @@ require (
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
Expand Down
Loading

0 comments on commit d165a4a

Please sign in to comment.