Updated path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:generate go run github.com/msteinert/pam/v2/cmd/pam-moduler -type integrationTesterModule -parallel-conv
|
||||
//go:generate go run git.cloudyne.io/go/msteinert-go-pam/v2/cmd/pam-moduler -type integrationTesterModule -parallel-conv
|
||||
//go:generate go generate --skip="pam_module.go"
|
||||
|
||||
// Package main is the package for the integration tester module PAM shared library.
|
||||
@@ -10,8 +10,7 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/msteinert/pam/v2"
|
||||
"github.com/msteinert/pam/v2/cmd/pam-moduler/tests/internal/utils"
|
||||
"git.cloudyne.io/go/msteinert-go-pam/v2/cmd/pam-moduler/tests/internal/utils"
|
||||
)
|
||||
|
||||
type integrationTesterModule struct {
|
||||
|
||||
Reference in New Issue
Block a user