aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 3 insertions, 7 deletions
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