isolate record reading and writing from processing
All checks were successful
Tests / tests (pull_request) Successful in 17s
All checks were successful
Tests / tests (pull_request) Successful in 17s
This commit is contained in:
12
go.mod
12
go.mod
@@ -2,4 +2,14 @@ module git.naterciomoniz.net/applications/broker2anexoj
|
||||
|
||||
go 1.25.3
|
||||
|
||||
require go.uber.org/mock v0.6.0
|
||||
require (
|
||||
go.uber.org/mock v0.6.0
|
||||
golang.org/x/sync v0.18.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.27.0 // indirect
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
)
|
||||
|
||||
tool go.uber.org/mock/mockgen
|
||||
|
||||
Reference in New Issue
Block a user