Skip to content

Commit 64ee73e

Browse files
committed
deps(go): Bump dependency on go-pam to ignore compilation warning
Bump go-pam requirement so that we do ignore unused-variables warning on cgo generated code.
1 parent 4141f37 commit 64ee73e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ require (
6969
// FIXME: Use released version once we have one!
7070
// The branch below includes changes from this upstream PR:
7171
// - https://github.com/msteinert/pam/pull/13
72-
replace github.com/msteinert/pam/v2 => github.com/3v1n0/go-pam/v2 v2.0.0-20231201224106-589d1096d49a
72+
replace github.com/msteinert/pam/v2 => github.com/3v1n0/go-pam/v2 v2.0.0-20240119152522-79364f5b2eed

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/3v1n0/go-pam/v2 v2.0.0-20231201224106-589d1096d49a h1:DxblMfw7t4A5O/UiQAo74yVi5M7B8YxRMRp3MYgLfkc=
2-
github.com/3v1n0/go-pam/v2 v2.0.0-20231201224106-589d1096d49a/go.mod h1:KT28NNIcDFf3PcBmNI2mIGO4zZJ+9RSs/At2PB3IDVc=
1+
github.com/3v1n0/go-pam/v2 v2.0.0-20240119152522-79364f5b2eed h1:s7ioiXl7hgPDHp+dKPAeUDE7g0A7fzy7ikZ/IfJeah8=
2+
github.com/3v1n0/go-pam/v2 v2.0.0-20240119152522-79364f5b2eed/go.mod h1:KT28NNIcDFf3PcBmNI2mIGO4zZJ+9RSs/At2PB3IDVc=
33
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
44
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
55
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)