diff --git a/vendors/tabler/go.mod b/vendors/tabler/go.mod index 3e07d9d..c6b6276 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.3 // indirect - github.com/tabler/tabler-icons v3.4.0+incompatible // indirect + github.com/tabler/tabler-icons v3.5.0+incompatible // indirect ) diff --git a/vendors/tabler/go.sum b/vendors/tabler/go.sum index 6667bf2..e9efed9 100644 --- a/vendors/tabler/go.sum +++ b/vendors/tabler/go.sum @@ -38,3 +38,4 @@ github.com/tabler/tabler-icons v3.1.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUC github.com/tabler/tabler-icons v3.2.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= github.com/tabler/tabler-icons v3.3.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= github.com/tabler/tabler-icons v3.4.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE= +github.com/tabler/tabler-icons v3.5.0+incompatible/go.mod h1:Ap75CRdhXxprnUnPlUCRLvJ2pIFNqwxIipj3GfD6XHE=