From 723b3c41470cafd240b0c2f174bc7e1762bc3680 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 17 Jan 2023 20:35:59 -0500 Subject: [PATCH] fix(commands): replace missing import --- commands/bug/bug_comment_test.go | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/bug/bug_comment_test.go b/commands/bug/bug_comment_test.go index 5625f1be64d8ca0ad62494cfcf4417e0b387c7ca..ecc1c5f65654b0a600bfe8114a9c3e5943eb063e 100644 --- a/commands/bug/bug_comment_test.go +++ b/commands/bug/bug_comment_test.go @@ -10,6 +10,7 @@ import ( "github.com/stretchr/testify/require" "github.com/MichaelMure/git-bug/commands/bug/testenv" + "github.com/MichaelMure/git-bug/commands/cmdtest" "github.com/MichaelMure/git-bug/commands/execenv" ) diff --git a/go.mod b/go.mod index e24250725f28178d5f5d7a902e56ed68e1e4db45..0008ef92621cca27d738a470e1d444223292fef6 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