From 43d6678d6dc3b90667774d2a30d66a07d97c33d1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 3 Sep 2021 23:36:37 -0700 Subject: [PATCH] remove dep --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 59958136c..a36d93b67 100644 --- a/go.mod +++ b/go.mod @@ -66,7 +66,6 @@ require ( github.com/jinzhu/copier v0.2.8 github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/json-iterator/go v1.1.11 - github.com/jstemmer/go-junit-report v0.9.1 // indirect github.com/karlseguin/ccache/v2 v2.0.7 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/klauspost/compress v1.10.9 // indirect @@ -197,7 +196,6 @@ require ( gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect - honnef.co/go/tools v0.2.0 // indirect ) // replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse