aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 0 insertions, 18 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index b3406e9..0000000
--- a/go.mod
+++ /dev/null
@@ -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
-)