| commit | fe505f24523d449c02294f18e689b2e86c9ee677 | [log] [tgz] |
|---|---|---|
| author | Abhay Kumar <abhay.kumar@radisys.com> | Mon Nov 10 14:16:31 2025 +0000 |
| committer | Abhay Kumar <abhay.kumar@radisys.com> | Wed Dec 03 16:11:16 2025 +0000 |
| tree | adcdf503a9172ae71fd0c4077212540ffd8a311d | |
| parent | 560ac2b44dc08890d9ae2ed9f78dbe4481d87846 [diff] [blame] |
[VOL-5486] Fix deprecated versions Change-Id: Ia8cf5de26cc045c8519da848cd4314459a331e16 Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/vendor/github.com/jessevdk/go-flags/optstyle_windows.go b/vendor/github.com/jessevdk/go-flags/optstyle_windows.go index f3f28ae..e802904 100644 --- a/vendor/github.com/jessevdk/go-flags/optstyle_windows.go +++ b/vendor/github.com/jessevdk/go-flags/optstyle_windows.go
@@ -1,3 +1,4 @@ +//go:build !forceposix // +build !forceposix package flags