diff --git a/vendors/tabler/go.mod b/vendors/tabler/go.mod index 512455e..71bbeb2 100644 --- a/vendors/tabler/go.mod +++ b/vendors/tabler/go.mod @@ -4,5 +4,5 @@ go 1.18 require ( github.com/hugomods/icons v0.6.4 // indirect - github.com/tabler/tabler-icons v3.7.0+incompatible // indirect + github.com/tabler/tabler-icons v3.9.0+incompatible // indirect ) diff --git a/vendors/tabler/go.sum b/vendors/tabler/go.sum index a3692ba..31fbf13 100644 --- a/vendors/tabler/go.sum +++ b/vendors/tabler/go.sum @@ -42,3 +42,4 @@ github.com/tabler/tabler-icons v3.4.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUC github.com/tabler/tabler-icons v3.5.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= github.com/tabler/tabler-icons v3.6.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= github.com/tabler/tabler-icons v3.7.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= +github.com/tabler/tabler-icons v3.9.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE=