Copy repo link to clipboard
This commit is contained in:
4
go.mod
4
go.mod
@@ -5,6 +5,7 @@ go 1.22.4
|
||||
require (
|
||||
code.gitea.io/sdk/gitea v0.18.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
golang.design/x/clipboard v0.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -12,5 +13,8 @@ require (
|
||||
github.com/go-fed/httpsig v1.1.0 // indirect
|
||||
github.com/hashicorp/go-version v1.6.0 // indirect
|
||||
golang.org/x/crypto v0.22.0 // indirect
|
||||
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.19.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user