refactor: add DriverSession, move step cache to Driver session

This commit is contained in:
lilong.129
2024-09-02 12:14:45 +08:00
parent 5f61858b4d
commit 4c71fc02f9
13 changed files with 85 additions and 88 deletions

1
go.mod
View File

@@ -26,7 +26,6 @@ require (
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.9.0
gocv.io/x/gocv v0.32.1
golang.org/x/net v0.25.0
golang.org/x/oauth2 v0.8.0
golang.org/x/text v0.15.0