Skip to content

Commit

Permalink
fix go mod (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-chem authored Dec 25, 2023
1 parent b1c0062 commit cdf8fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 151 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/miekg/dns v1.1.50
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/opencontainers/selinux v1.10.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
Expand All @@ -31,7 +32,6 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.14.4
github.com/tidwall/match v1.1.1
gitlab.com/jonas.jasas/condchan v0.0.0-20190210165812-36637ad2b5bc
go.uber.org/atomic v1.9.0
Expand All @@ -43,8 +43,6 @@ require (
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.3.6
gorm.io/gorm v1.23.8
gotest.tools/v3 v3.0.3
k8s.io/api v0.26.6
k8s.io/apiextensions-apiserver v0.26.6
Expand Down Expand Up @@ -126,7 +124,6 @@ require (
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gobuffalo/flect v0.3.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
Expand All @@ -147,8 +144,6 @@ require (
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down Expand Up @@ -191,6 +186,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
Expand Down
Loading

0 comments on commit cdf8fea

Please sign in to comment.