aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-10-02 14:52:02 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-10-02 14:52:02 +0100
commit506fdadaa6fb06aa21d8b0c02aa8a6366337aa51 (patch)
tree3e19f309d424ce061a1fdc4e5d038c3a19c89930 /go.mod
parentea1798557f3c9b029d3703f4182a3e0a1134f5ce (diff)
Use signal values from syscallv1.0.3
There is no change in API or behavior.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 1b0897c..ec4c365 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,6 @@ module go.awhk.org/pipeln
go 1.18
-require (
- go.awhk.org/core v0.2.0
- golang.org/x/sys v0.0.0-20220730100132-1609e554cd39
-)
+require go.awhk.org/core v0.2.0
require github.com/google/go-cmp v0.5.8 // indirect