From a19cd4244fb2e3ab5214017351742e830c4089e3 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 2 Dec 2021 11:46:42 -0600 Subject: [PATCH] Use go-adventofcode 1.0.1 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 25e574d..854af8e 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,9 @@ module git.bullercodeworks.com/brian/helperbot go 1.17 -replace git.bullercodeworks.com/brian/go-adventofcode => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/go-adventofcode - require ( git.bullercodeworks.com/brian/boltease v1.0.0 - git.bullercodeworks.com/brian/go-adventofcode v1.0.0 + git.bullercodeworks.com/brian/go-adventofcode v1.0.1 github.com/nlopes/slack v0.6.0 )