diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-07-31 14:12:55 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-07-31 14:12:55 +0100 |
| commit | 2f1bc2074a2678f473086587e7a7c73224009983 (patch) | |
| tree | a13f3a8e6e7db18a570626c503de8b9d3eb99799 /go.mod | |
| parent | c949ffafd1cbe823f66654af6f04026edb44bf86 (diff) | |
Use go.awhk.org/core in testsv1.0.2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |
