Change to v1

This commit is contained in:
Lars Scheibling
2024-01-12 09:32:51 +00:00
parent c1a0f72fa1
commit 5d43b022cb
12 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
//go:generate go run git.cloudyne.io/go/msteinert-go-pam/v2/cmd/pam-moduler -type integrationTesterModule -parallel-conv
//go:generate go run git.cloudyne.io/go/msteinert-go-pam/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,7 +10,7 @@ import (
"reflect"
"strings"
"git.cloudyne.io/go/msteinert-go-pam/v2/cmd/pam-moduler/tests/internal/utils"
"git.cloudyne.io/go/msteinert-go-pam/cmd/pam-moduler/tests/internal/utils"
)
type integrationTesterModule struct {