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 )