mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-08-27 20:36:31 -04:00
Significant enhancements to secure data handling (especially on iOS)
This commit is contained in:
@@ -3,7 +3,8 @@ module cmutton
|
||||
go 1.26rc3
|
||||
|
||||
require (
|
||||
github.com/rwinkhart/libmutton v0.4.3-0.20260208003646-25edd344c861
|
||||
github.com/rwinkhart/go-boilerplate v0.2.3-0.20260208035402-e1bb0012a781
|
||||
github.com/rwinkhart/libmutton v0.4.3-0.20260208040332-7bfbc7ef309e
|
||||
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