From 59f4d5f68f0c33f1bba07deb09af506055901656 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 10 Jul 2024 21:36:50 +0530 Subject: [PATCH] chore: bump Vib package version Signed-off-by: K.B.Dharun Krishna --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe6577c..9e3c82e 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/vanilla-os/vib-fsguard go 1.22 -require github.com/vanilla-os/vib/api v0.0.0-20240618053016-44e9ee99064a +require github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093 diff --git a/go.sum b/go.sum index 1ddc9dc..66adb28 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/vanilla-os/vib/api v0.0.0-20240618053016-44e9ee99064a h1:KyveS2x+igyAprwtm8hezadDc7qkVP4XubM43Im2UZA= github.com/vanilla-os/vib/api v0.0.0-20240618053016-44e9ee99064a/go.mod h1:vjJzDfFxfFHN5O2hcMwGM9De3+H9gGa00Pr3Um6EmCA= +github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093 h1:7NnTkMdojYFv/LbtXsspKCRI5F0LqS2oMpAnojbcia0= +github.com/vanilla-os/vib/api v0.0.0-20240710093922-7cf30ad33093/go.mod h1:vjJzDfFxfFHN5O2hcMwGM9De3+H9gGa00Pr3Um6EmCA=