summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar zak <e-zk@users.noreply.github.com>2022-12-22 00:17:33 +1000
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-22 11:17:59 +0530
commit4aa8cbff320b669fc07f356409b05d6b1795c342 (patch)
tree71b02d6bc99ba805d728b28d70023573233ce7a4 /go.mod
parentd0f5d874c58abac60bd9145eb98c0305047c9d0f (diff)
downloadlegit-4aa8cbff320b669fc07f356409b05d6b1795c342.tar.gz
legit-4aa8cbff320b669fc07f356409b05d6b1795c342.tar.bz2
legit-4aa8cbff320b669fc07f356409b05d6b1795c342.zip
unveil: initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c16525e..e27c6ad 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/go-git/go-git/v5 v5.5.1
github.com/sosedoff/gitkit v0.3.0
+ golang.org/x/sys v0.3.0
gopkg.in/yaml.v3 v3.0.0
)
@@ -30,7 +31,6 @@ require (
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.4.0 // indirect
- golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)