From 2f1bc2074a2678f473086587e7a7c73224009983 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 31 Jul 2022 14:12:55 +0100 Subject: Use go.awhk.org/core in tests --- go.mod | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 6379db5..1b0897c 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,8 @@ module go.awhk.org/pipeln go 1.18 require ( - github.com/stretchr/testify v1.7.1 - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a + go.awhk.org/core v0.2.0 + golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 ) -require ( - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect -) +require github.com/google/go-cmp v0.5.8 // indirect -- cgit v1.2.3-70-g09d2