Use go-adventofcode 1.0.1

This commit is contained in:
Brian Buller 2021-12-02 11:46:42 -06:00
parent 50da41a134
commit a19cd4244f
1 changed files with 1 additions and 3 deletions

4
go.mod
View File

@ -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
)