-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unreachable code and fmt files
- Loading branch information
1 parent
229236e
commit a780898
Showing
4 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
module github.com/containerd/nri/examples | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
toolchain go1.22.0 | ||
|
||
require ( | ||
github.com/containerd/cgroups v1.0.3 | ||
github.com/containerd/nri v0.1.0 | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
) | ||
|
||
require ( | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/godbus/dbus/v5 v5.0.4 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
) | ||
|
||
replace github.com/containerd/nri => ../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters