diff --git a/vendors/feather/go.mod b/vendors/feather/go.mod index ec6f502..58b86fb 100644 --- a/vendors/feather/go.mod +++ b/vendors/feather/go.mod @@ -3,6 +3,6 @@ module github.com/hugomods/icons/vendors/feather go 1.18 require ( - github.com/feathericons/feather v4.29.0+incompatible // indirect + github.com/feathericons/feather v4.29.1+incompatible // indirect github.com/hugomods/icons v0.6.0 // indirect ) diff --git a/vendors/feather/go.sum b/vendors/feather/go.sum index 1439d80..84b5a59 100644 --- a/vendors/feather/go.sum +++ b/vendors/feather/go.sum @@ -1,4 +1,5 @@ github.com/feathericons/feather v4.29.0+incompatible h1:vytfRPRkM6BUK+dhTrLgHcXYO5Uv1A/FFn7/tzxA0vI= github.com/feathericons/feather v4.29.0+incompatible/go.mod h1:+F8Ba9cmRHWu0pOVoZtid0iwkNJ8hr959HyPwj3hsRg= +github.com/feathericons/feather v4.29.1+incompatible/go.mod h1:+F8Ba9cmRHWu0pOVoZtid0iwkNJ8hr959HyPwj3hsRg= github.com/hugomods/icons v0.6.0 h1:G6RU93okhPPRDh/jqcew9gwkcYpSpg0rCBv4S6yUAFw= github.com/hugomods/icons v0.6.0/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=