diff options
| author | phantomreactor <[email protected]> | 2025-05-17 01:01:50 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-16 14:31:50 -0500 |
| commit | ba416e787b651ea045ff955eb32c0e7109a169e8 (patch) | |
| tree | 59133f1dca814bf11a183d9f59bd52e09c93a737 /go.mod | |
| parent | b71cae63f1b59cc3f095912d040b915312d144ff (diff) | |
| download | opencode-ba416e787b651ea045ff955eb32c0e7109a169e8.tar.gz opencode-ba416e787b651ea045ff955eb32c0e7109a169e8.zip | |
paste images with ctrl+v (#26)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect - github.com/atotto/clipboard v0.1.4 // indirect + github.com/atotto/clipboard v0.1.4 github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect @@ -115,7 +115,7 @@ require ( go.opentelemetry.io/otel/trace v1.35.0 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/crypto v0.37.0 // indirect - golang.org/x/image v0.26.0 // indirect + golang.org/x/image v0.26.0 golang.org/x/net v0.39.0 // indirect golang.org/x/sync v0.13.0 // indirect golang.org/x/sys v0.32.0 // indirect |
