cleanup go mod
Some checks failed
rgb/pipeline/head There was a failure building this commit

This commit is contained in:
Nathan
2023-01-08 21:18:45 +00:00
parent 159cfdbfda
commit 581f6c9e6d
2 changed files with 9 additions and 4 deletions

6
go.mod
View File

@@ -3,8 +3,9 @@ module rgb
go 1.18
require (
gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55
github.com/disintegration/imaging v1.6.2
github.com/fogleman/gg v1.3.0
github.com/mcuadros/go-rpi-rgb-led-matrix v0.0.0-20180401002551-b26063b3169a
)
require (
@@ -18,4 +19,5 @@ require (
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
replace gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55 => /usr/src/app
//replace gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55 => /usr/src/app