Updated path
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// `go generate` once in the module directory.
|
||||
// This is not strictly needed
|
||||
|
||||
//go:generate go run github.com/msteinert/pam/v2/cmd/pam-moduler
|
||||
//go:generate go run git.cloudyne.io/go/msteinert-go-pam/v2/cmd/pam-moduler
|
||||
//go:generate go generate --skip="pam_module.go"
|
||||
|
||||
// Package main provides the module shared library.
|
||||
@@ -10,8 +10,6 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/msteinert/pam/v2"
|
||||
)
|
||||
|
||||
type exampleHandler struct{}
|
||||
|
||||
@@ -16,7 +16,7 @@ import "C"
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/msteinert/pam/v2"
|
||||
"git.cloudyne.io/go/msteinert-go-pam/v2"
|
||||
"os"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user