Allow custom priv key bytes on all platforms

This commit is contained in:
2026-02-08 00:35:01 -05:00
parent 25edd344c8
commit 420333e412
7 changed files with 76 additions and 59 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
module github.com/rwinkhart/libmutton
go 1.26rc3
go 1.25.7
require (
github.com/pkg/sftp v1.13.10
github.com/pquerna/otp v1.5.0
github.com/rwinkhart/go-boilerplate v0.2.2
github.com/rwinkhart/go-boilerplate v0.2.3-0.20260208035402-e1bb0012a781
github.com/rwinkhart/rcw v0.2.5
golang.org/x/crypto v0.47.0
golang.org/x/sys v0.40.0