diff --git a/go.mod b/go.mod index 3ab4c25..817f718 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/agilira/go-plugins go 1.24.5 require ( - github.com/agilira/argus v1.0.6 + github.com/agilira/argus v1.0.7 github.com/agilira/go-errors v1.1.1 github.com/agilira/go-timecache v1.0.2 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index 61f44c1..6579fb9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/agilira/argus v1.0.6 h1:4h2rnhUrcBCiibDOzokwmGO1HeJKyBN3hpiLWSY8VHM= -github.com/agilira/argus v1.0.6/go.mod h1:bK3craJLnv+tG3lSa60jViYFXH83lSHhpq8x6SNkm6E= +github.com/agilira/argus v1.0.7 h1:8OpaOQB0CW9xZ5hRZA2I3RqLifQi4QtZYrzemXfBjoI= +github.com/agilira/argus v1.0.7/go.mod h1:R1GIbd2s0rLi7J+MZiwtqJtDjBrusvFbcCPqF/W7p08= github.com/agilira/flash-flags v1.1.5 h1:wCYtbmNfqDyDO5J3qE32rRnVLh+8hm0pKNTTmCemR50= github.com/agilira/flash-flags v1.1.5/go.mod h1:vuuo9FRN+ZgREaa1WYRmUFac/h3+CwuvD4EvjF5JNIQ= github.com/agilira/go-errors v1.1.1 h1:angp1yM1HstZMPTNKY/iOID6953QdHAv7lXTgZxF/zU=