fix error
Some checks failed
Lint / golangci-lint (push) Successful in 10m21s
Releases / build (push) Failing after 5s
Declarative Tests / test (push) Successful in 1m32s

This commit is contained in:
Matthew Rich 2024-04-03 16:14:48 -07:00
parent eb574f9ad7
commit d7220c65bc

View File

@ -5,7 +5,7 @@ import (
"context"
_ "gopkg.in/yaml.v3"
"encoding/json"
"fmt"
_ "fmt"
)
type MockResource struct {