7 lines
118 B
Go
7 lines
118 B
Go
package deps
|
|
|
|
import (
|
|
// make go mod tidy happy
|
|
_ "github.com/spf13/pflag"
|
|
_ "github.com/stretchr/testify/mock"
|
|
)
|