Skip to content

Commit

Permalink
updating go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Singh <[email protected]>
  • Loading branch information
prateek041 committed Aug 15, 2023
1 parent 5055e43 commit 20e3874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
github.com/containerd/cgroups v1.1.0
github.com/containerd/containerd v1.7.3
github.com/fatih/color v1.15.0
github.com/go-logr/logr v1.2.4
github.com/go-openapi/strfmt v0.21.7
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
Expand Down Expand Up @@ -83,6 +82,7 @@ require (
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/analysis v0.21.4 // indirect
Expand Down

0 comments on commit 20e3874

Please sign in to comment.