Skip to content

Commit

Permalink
Merge pull request #3247 from lima-vm/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/containerd/errdefs-1.0.0

build(deps): bump github.com/containerd/errdefs from 0.3.0 to 1.0.0
  • Loading branch information
jandubois authored Feb 17, 2025
2 parents 9270fee + ad88d23 commit d02286f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require (
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect; indirect // gomodjail:confined
github.com/braydonk/yaml v0.9.0 // indirect; indirect // gomodjail:confined
github.com/buger/jsonparser v1.1.1 // indirect; indirect // gomodjail:confined
github.com/containerd/errdefs v0.3.0 // indirect; indirect // gomodjail:confined
github.com/containerd/errdefs v1.0.0 // indirect; indirect // gomodjail:confined
github.com/containerd/log v0.1.0 // indirect; indirect // gomodjail:confined
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect; indirect // gomodjail:confined
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect; indirect // gomodjail:confined
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/containerd/containerd v1.7.25 h1:khEQOAXOEJalRO228yzVsuASLH42vT7DIo9S
github.com/containerd/containerd v1.7.25/go.mod h1:tWfHzVI0azhw4CT2vaIjsb2CoV4LJ9PrMPaULAr21Ok=
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
github.com/containerd/errdefs v0.3.0 h1:FSZgGOeK4yuT/+DnF07/Olde/q4KBoMsaamhXxIMDp4=
github.com/containerd/errdefs v0.3.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M=
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
github.com/containers/gvisor-tap-vsock v0.8.3 h1:Am3VdjXTn8Mn+dNhgkiRcCFOTSM8u9aWKLW3KTHOGjk=
Expand Down

0 comments on commit d02286f

Please sign in to comment.