From db8a83bffb5f9c5de3a82a7785384d86f8d7cb62 Mon Sep 17 00:00:00 2001 From: Cassondra Foesch Date: Thu, 19 Sep 2019 22:36:34 +0000 Subject: [PATCH] update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c4a518..a4d28fe 100644 --- a/go.mod +++ b/go.mod @@ -2,5 +2,5 @@ module github.com/puellanivis/dashcat require ( github.com/pkg/errors v0.8.1 - github.com/puellanivis/breton v0.2.3 + github.com/puellanivis/breton v0.2.6 )