From 506fdadaa6fb06aa21d8b0c02aa8a6366337aa51 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 2 Oct 2022 14:52:02 +0100 Subject: Use signal values from syscall There is no change in API or behavior. --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3-70-g09d2