Skip to content

Commit

Permalink
Merge pull request #994 from mmorel-35/debug
Browse files Browse the repository at this point in the history
Upgrade debug module go version to 1.18
  • Loading branch information
squeed authored Oct 18, 2023
2 parents 82b44c5 + 29ba516 commit 58553d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,001 deletions.
4 changes: 3 additions & 1 deletion plugins/debug/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/containernetworking/cni/plugins/debug

go 1.14
go 1.18

require (
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.2.0
)

require golang.org/x/sys v0.4.0 // indirect
Loading

0 comments on commit 58553d6

Please sign in to comment.