14 lines
321 B
Diff
14 lines
321 B
Diff
diff --git a/go.mod b/go.mod
|
|
index 660463a..5249458 100644
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -2,7 +2,7 @@ module github.com/rs/curlie
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20180524125353-159ae71589f3
|
|
- golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
|
+ golang.org/x/sys v0.0.0-20211110154304-99a53858aa08
|
|
)
|
|
|
|
go 1.13
|