aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-17 20:35:59 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-17 20:35:59 -0500
commit723b3c41470cafd240b0c2f174bc7e1762bc3680 (patch)
tree414ad9f66ce05acdb169dcdb033c72ac2793f3c6 /go.mod
parent331e80f2eff161236da2ac4e03c9a2d9493e356c (diff)
downloadgit-bug-723b3c41470cafd240b0c2f174bc7e1762bc3680.tar.gz
fix(commands): replace missing import
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 e2425072..0008ef92 100644
--- a/go.mod
+++ b/go.mod
@@ -114,7 +114,7 @@ require (
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.5.0 // indirect
- golang.org/x/term v0.4.0 // indirect
+ golang.org/x/term v0.4.0
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
golang.org/x/tools v0.4.0 // indirect
golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7