From 457d8c36bea1032f22ee188f3d13a3679acd201b Mon Sep 17 00:00:00 2001 From: "Roland.Ma" Date: Fri, 13 Aug 2021 06:46:11 +0000 Subject: [PATCH] remove unused module Signed-off-by: Roland.Ma --- go.mod | 1 - vendor/modules.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/go.mod b/go.mod index fa8ee310c..3fffd36c5 100644 --- a/go.mod +++ b/go.mod @@ -628,7 +628,6 @@ replace ( github.com/spf13/pflag => github.com/spf13/pflag v1.0.5 github.com/spf13/viper => github.com/spf13/viper v1.4.0 github.com/src-d/gcfg => github.com/src-d/gcfg v1.4.0 - github.com/stoewer/go-strcase => github.com/stoewer/go-strcase v1.2.0 github.com/streadway/amqp => github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 github.com/streadway/handy => github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a github.com/stretchr/objx => github.com/stretchr/objx v0.2.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index fb29f6ce2..a3955ea12 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -2579,7 +2579,6 @@ sigs.k8s.io/yaml # github.com/spf13/pflag => github.com/spf13/pflag v1.0.5 # github.com/spf13/viper => github.com/spf13/viper v1.4.0 # github.com/src-d/gcfg => github.com/src-d/gcfg v1.4.0 -# github.com/stoewer/go-strcase => github.com/stoewer/go-strcase v1.2.0 # github.com/streadway/amqp => github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 # github.com/streadway/handy => github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a # github.com/stretchr/objx => github.com/stretchr/objx v0.2.0