golang-design / clipboard

📋 cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)
https://golang.design/x/clipboard
MIT License
579 stars 64 forks source link

Updated golang version and library dependencies #42

Closed Geekgasm closed 1 year ago

Geekgasm commented 1 year ago

Fixes https://github.com/golang-design/clipboard/issues/41

Geekgasm commented 1 year ago

Unfortunately, https://pkg.go.dev/golang.org/x/mobile is still on a 0.0.0 version and the latest version (from March 1, 2023) is still using some outdated library versions, which is why the indirect dependencies were added by go mod tidy

Geekgasm commented 1 year ago

Thanks for taking care of the rest of the required changes!