Skip to content

Commit

Permalink
Merge pull request #173 from elezar/add-spec-version-dependency
Browse files Browse the repository at this point in the history
Add version to spec-go dependency
  • Loading branch information
klihub authored Oct 31, 2023
2 parents 8ef149a + 194fe65 commit 689b35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cdi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
)

require (
github.com/container-orchestrated-devices/container-device-interface/specs-go v0.0.0-00010101000000-000000000000 // indirect
github.com/container-orchestrated-devices/container-device-interface/specs-go v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/opencontainers/selinux v1.10.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
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,7 @@ module github.com/container-orchestrated-devices/container-device-interface
go 1.19

require (
github.com/container-orchestrated-devices/container-device-interface/specs-go v0.0.0-00010101000000-000000000000
github.com/container-orchestrated-devices/container-device-interface/specs-go v0.6.0
github.com/fsnotify/fsnotify v1.5.1
github.com/opencontainers/runtime-spec v1.1.0
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
Expand Down

0 comments on commit 689b35a

Please sign in to comment.