Initial commit
A
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module main
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require golang.design/x/clipboard v0.7.0
|
||||
|
||||
require (
|
||||
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
||||
golang.org/x/image v0.6.0 // indirect
|
||||
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user