mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Add Android (native) clipboard support via gomobile
This commit is contained in:
@@ -6,6 +6,7 @@ require (
|
||||
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727
|
||||
github.com/pkg/sftp v1.13.8
|
||||
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
|
||||
golang.design/x/clipboard v0.7.0 // only for Android builds
|
||||
golang.org/x/crypto v0.36.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
@@ -13,5 +14,8 @@ require (
|
||||
require (
|
||||
github.com/boombuler/barcode v1.0.2 // indirect
|
||||
github.com/kr/fs v0.1.0 // indirect
|
||||
golang.org/x/exp/shiny v0.0.0-20250305212735-054e65f0b394 // indirect; only for Android builds
|
||||
golang.org/x/image v0.25.0 // indirect; only for Android builds
|
||||
golang.org/x/mobile v0.0.0-20250305212854-3a7bc9f8a4de // indirect; only for Android builds
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user