Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 22, 2020
1 parent e56ce03 commit 3c10606
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 146 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/armon/go-metrics v0.3.4
github.com/aws/aws-sdk-go v1.34.17 // indirect
github.com/distribworks/dkron v1.2.5
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/fluent/fluent-logger-golang v1.5.0
github.com/gin-contrib/expvar v0.0.1
github.com/gin-contrib/multitemplate v0.0.0-20200226145339-3e397ee01bc6
Expand All @@ -26,16 +26,13 @@ require (
github.com/hashicorp/serf v0.9.5
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/jordan-wright/email v0.0.0-20180115032944-94ae17dedda2
github.com/juliangruber/go-intersect v1.0.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/go-shellwords v1.0.10
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/prometheus/client_golang v1.8.0
github.com/robfig/cron/v3 v3.0.1
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cobra v1.1.1
Expand All @@ -46,8 +43,9 @@ require (
github.com/tidwall/buntdb v1.1.4
github.com/tinylib/msgp v1.1.2 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/api v0.35.0
google.golang.org/api v0.35.0 // indirect
google.golang.org/grpc v1.33.2
google.golang.org/grpc/examples v0.0.0-20201121004645-9da74c039bbf // indirect
google.golang.org/protobuf v1.25.0
)

Expand Down
Loading

0 comments on commit 3c10606

Please sign in to comment.