Update Dependencies

This commit is contained in:
Brian Buller 2022-04-28 07:06:18 -05:00
parent c2d2c04b1a
commit dfc79b4986
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -5,8 +5,8 @@ replace git.bullercodeworks.com/brian/wandle => /home/brbuller/Development/go/sr
replace git.bullercodeworks.com/brian/widdles => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/widdles
require (
git.bullercodeworks.com/brian/wandle v1.0.2
git.bullercodeworks.com/brian/widdles v1.1.0
git.bullercodeworks.com/brian/wandle v1.0.4
git.bullercodeworks.com/brian/widdles v1.1.2
github.com/nsf/termbox-go v1.1.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0