From 4165372ec8fd142475a4e35fd0cf4f8042132208 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Feb 2023 22:16:50 +0100 Subject: dependencies: update set go min requirements to 1.19 update dependencies update vendor --- vendor/github.com/spf13/cast/go.mod | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vendor/github.com/spf13/cast/go.mod (limited to 'vendor/github.com/spf13/cast/go.mod') diff --git a/vendor/github.com/spf13/cast/go.mod b/vendor/github.com/spf13/cast/go.mod deleted file mode 100644 index 255e99f99..000000000 --- a/vendor/github.com/spf13/cast/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/spf13/cast - -go 1.18 - -require github.com/frankban/quicktest v1.14.3 - -require ( - github.com/google/go-cmp v0.5.7 // indirect - github.com/kr/pretty v0.3.0 // indirect - github.com/kr/text v0.2.0 // indirect - github.com/rogpeppe/go-internal v1.6.1 // indirect - golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect -) -- cgit mrf-deployment