diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -module git.server.ky/slackcoder/pkgtools-go - -go 1.17 - -require ( - github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b - github.com/pborman/getopt/v2 v2.1.0 - github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.7.0 - github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 - golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 -) - -require ( - github.com/davecgh/go-spew v1.1.0 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect -) |