summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 17:01:04 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-01 20:02:23 -0700
commitce52f1fa5ba39a8cb58306d097217c1594aa26bd (patch)
treeb61fb0170b3b17635ab3cd14614bfcae77775c23 /go.mod
parent9971e38110d5f90d15c7b78f396f2638b3952a96 (diff)
make go-mod-tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7c8633e..bdd09d3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -13,7 +13,6 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/jacobsa/fuse v0.0.0-20220702091825-13117049f383
- github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
@@ -25,6 +24,7 @@ require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect