Skip to content

Commit

Permalink
Merge pull request #87 from google/hines
Browse files Browse the repository at this point in the history
Update go.mod / go.sum to resolve containerd version issue
  • Loading branch information
shubh90 authored Jan 18, 2022
2 parents a0216a8 + f65b7f3 commit 5a0a593
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions examples/ceos-withtraffic/r1-config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spanning-tree mode mstp
!
no aaa root
!
p4-runtime
no shutdown
!
username admin privilege 15 role network-admin secret sha512 $6$YDkKMqrZIRO65B7i$NfH7OT8ujV12S.5q2sH7c7l1AEqhYULt9OSf9/EKaC4S8cNLppS.otHhr0QlC9Kud9Xbt4OdxVOkZiwV/yBV/1
!
interface Port-Channel1
Expand Down
3 changes: 3 additions & 0 deletions examples/ceos-withtraffic/r2-config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spanning-tree mode mstp
!
no aaa root
!
p4-runtime
no shutdown
!
username admin privilege 15 role network-admin secret sha512 $6$YDkKMqrZIRO65B7i$NfH7OT8ujV12S.5q2sH7c7l1AEqhYULt9OSf9/EKaC4S8cNLppS.otHhr0QlC9Kud9Xbt4OdxVOkZiwV/yBV/1
!
interface Port-Channel1
Expand Down
3 changes: 3 additions & 0 deletions examples/ceos-withtraffic/r3-config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spanning-tree mode mstp
!
no aaa root
!
p4-runtime
no shutdown
!
username admin privilege 15 role network-admin secret sha512 $6$YDkKMqrZIRO65B7i$NfH7OT8ujV12S.5q2sH7c7l1AEqhYULt9OSf9/EKaC4S8cNLppS.otHhr0QlC9Kud9Xbt4OdxVOkZiwV/yBV/1
!
interface Port-Channel1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/google/kne
go 1.17

require (
github.com/containerd/containerd v1.5.8 // indirect
github.com/docker/docker v20.10.11+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/golang/mock v1.6.0
Expand Down Expand Up @@ -42,6 +41,7 @@ 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.9 // 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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ github.com/containerd/containerd v1.5.0-beta.4/go.mod h1:GmdgZd2zA2GYIBZ0w09Zvgq
github.com/containerd/containerd v1.5.0-rc.0/go.mod h1:V/IXoMqNGgBlabz3tHD2TWDoTJseu1FGOKuoA4nNb2s=
github.com/containerd/containerd v1.5.1/go.mod h1:0DOxVqwDy2iZvrZp2JUx/E+hS0UNTVn7dJnIOwtYR4g=
github.com/containerd/containerd v1.5.7/go.mod h1:gyvv6+ugqY25TiXxcZC3L5yOeYgEw0QMhscqVp1AR9c=
github.com/containerd/containerd v1.5.8 h1:NmkCC1/QxyZFBny8JogwLpOy2f+VEbO/f6bV2Mqtwuw=
github.com/containerd/containerd v1.5.8/go.mod h1:YdFSv5bTFLpG2HIYmfqDpSYYTDX+mc5qtSuYx1YUb/s=
github.com/containerd/containerd v1.5.9 h1:rs6Xg1gtIxaeyG+Smsb/0xaSDu1VgFhOCKBXxMxbsF4=
github.com/containerd/containerd v1.5.9/go.mod h1:fvQqCfadDGga5HZyn3j4+dx56qj2I9YwBrlSdalvJYQ=
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20191127005431-f65d91d395eb/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
Expand Down

0 comments on commit 5a0a593

Please sign in to comment.