mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-08-27 20:36:31 -04:00
Drop LibmuttonInit; clients should implement this manually
This commit is contained in:
@@ -3,6 +3,7 @@ module cmutton
|
||||
go 1.26rc2
|
||||
|
||||
require (
|
||||
github.com/rwinkhart/go-boilerplate v0.2.2
|
||||
github.com/rwinkhart/libmutton v0.4.3-0.20260125215941-ec9c6b506232
|
||||
github.com/rwinkhart/rcw v0.2.5
|
||||
)
|
||||
@@ -13,7 +14,6 @@ require (
|
||||
github.com/kr/fs v0.1.0 // indirect
|
||||
github.com/pkg/sftp v1.13.10 // indirect
|
||||
github.com/pquerna/otp v1.5.0 // indirect
|
||||
github.com/rwinkhart/go-boilerplate v0.2.2 // indirect
|
||||
github.com/rwinkhart/peercred-mini v0.1.2 // indirect
|
||||
golang.org/x/crypto v0.47.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user