From 2031adf58f4feb0ae6cfdd8fb0a0fb60be65a765 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 30 Mar 2026 19:37:12 -0700 Subject: [PATCH] Bump laslig to v0.2.1 --- magefiles/go.mod | 2 +- magefiles/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/magefiles/go.mod b/magefiles/go.mod index a10bdb7..1990d11 100644 --- a/magefiles/go.mod +++ b/magefiles/go.mod @@ -2,7 +2,7 @@ module github.com/evanmschultz/autent/magefiles go 1.26.1 -require github.com/evanmschultz/laslig v0.1.1 +require github.com/evanmschultz/laslig v0.2.1 require ( charm.land/glamour/v2 v2.0.0 // indirect diff --git a/magefiles/go.sum b/magefiles/go.sum index 0c6ad36..f6092ed 100644 --- a/magefiles/go.sum +++ b/magefiles/go.sum @@ -36,6 +36,8 @@ github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZ github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/evanmschultz/laslig v0.1.1 h1:vGV9hue1xeoiRWKnV3E4c+pywx3Z1jSBUKoErct23Kw= github.com/evanmschultz/laslig v0.1.1/go.mod h1:7N2h1tPxjc6whmaRtl6n8JAKTd63bgBxVq/ilbWF754= +github.com/evanmschultz/laslig v0.2.1 h1:oxC3YxefyH5G69Ma+qck6++rXrVZlTeP2pjxZ9HByQE= +github.com/evanmschultz/laslig v0.2.1/go.mod h1:4+qYxQTo7ar8F6aLZCtwonxmjpmf4JrnVwCPQrhOOAU= github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8= github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=