mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
14 lines
299 B
Modula-2
14 lines
299 B
Modula-2
--- go.mod.orig 2023-03-25 23:03:40 UTC
|
|
+++ go.mod
|
|
@@ -1,8 +1,10 @@
|
|
module github.com/cloudflare/gokey
|
|
|
|
-go 1.13
|
|
+go 1.17
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
)
|
|
+
|
|
+require golang.org/x/sys v0.6.0 // indirect
|