This commit is contained in:
Ian Gulliver
2023-05-18 21:05:09 -07:00
parent 20baf14fd9
commit 888aaf1c34
2 changed files with 6 additions and 13 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module github.com/gopatchy/bus
go 1.19
require (
github.com/gopatchy/metadata v0.0.0-20230516044939-eed23a0903d5
github.com/stretchr/testify v1.8.2
github.com/gopatchy/metadata v0.0.0-20230519040457-7a86a0fb5662
github.com/stretchr/testify v1.8.3
go.uber.org/goleak v1.2.1
)