Update Dependencies

This commit is contained in:
Brian Buller 2022-04-20 16:26:46 -05:00
parent 492e3b9547
commit 7443259b23
2 changed files with 2 additions and 6 deletions

4
go.mod
View File

@ -5,11 +5,12 @@ 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.1
git.bullercodeworks.com/brian/wandle v1.0.2
git.bullercodeworks.com/brian/widdles v1.1.0
github.com/nsf/termbox-go v1.1.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
go.etcd.io/bbolt v1.3.6
)
require (
@ -27,7 +28,6 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect

4
go.sum
View File

@ -36,10 +36,6 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
git.bullercodeworks.com/brian/wandle v1.0.1 h1:qzqlTgWulIztyTtnP7SKKoO0RYSrDy4oymCYOhVcL34=
git.bullercodeworks.com/brian/wandle v1.0.1/go.mod h1:jyY6L/ubxvPPE6ykBca/b9clJIBUv1fhlqC8MJthKuA=
git.bullercodeworks.com/brian/widdles v1.1.0 h1:H1fCPdf3Vu8/6Ky8+TsPeb9wJ2U2p7ecmlcXERBPfF0=
git.bullercodeworks.com/brian/widdles v1.1.0/go.mod h1:gHNRaUPauffZXWouF2kVcHeZ/qKjRAGFK0u79wnAlOY=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=