Skip to content

Commit

Permalink
Fix go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany committed Jan 27, 2022
1 parent 0a881d1 commit 738a7b8
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 15 deletions.
5 changes: 2 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2559,9 +2559,8 @@ def install_buildbuddy_dependencies(workspace_name = "buildbuddy"):
name = "com_github_lni_dragonboat_v3",
build_file_proto_mode = "disable_global",
importpath = "github.com/lni/dragonboat/v3",
replace = "github.com/tylerwilliams/dragonboat/v3",
sum = "h1:rgT2w+T0OLmZoRSez1eiAwVgZ0ZIBE0zyzry++mUNbM=",
version = "v3.3.4-rc2",
sum = "h1:hh/XOeTC+fN1xJ5GsidYwKt2oeCe/V9WUjoB9dEKoJY=",
version = "v3.3.4",
)

go_repository(
Expand Down
32 changes: 24 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ require (
github.com/jhump/protoreflect v1.8.2
github.com/jsimonetti/rtnetlink v0.0.0-20210714135244-af39de65d6ad
github.com/klauspost/compress v1.14.1
github.com/klauspost/pgzip v1.2.5
github.com/lestrrat-go/jwx v1.2.11
github.com/lni/dragonboat/v3 v3.3.4 // indirect
github.com/lni/vfs v0.2.0 // indirect
github.com/lni/dragonboat/v3 v3.3.4
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-shellwords v1.0.11
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
Expand Down Expand Up @@ -91,6 +89,13 @@ require (
gorm.io/gorm v1.20.12
)

require (
github.com/bazelbuild/bazelisk v1.11.0
github.com/creack/pty v1.1.17
github.com/jessevdk/go-flags v1.4.0
golang.org/x/mod v0.4.2
)

require (
cloud.google.com/go v0.100.2 // indirect
cloud.google.com/go/compute v0.1.0 // indirect
Expand All @@ -100,17 +105,20 @@ require (
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/VictoriaMetrics/metrics v1.6.2 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/bazelbuild/bazelisk v1.11.0 // indirect
github.com/beevik/etree v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f // indirect
github.com/cockroachdb/pebble v0.0.0-20210331181633-27fc006b8bfb // indirect
github.com/cockroachdb/redact v1.1.1 // indirect
github.com/cockroachdb/sentry-go v0.6.1-cockroachdb.2 // indirect
github.com/containerd/fifo v1.0.0 // indirect
github.com/containernetworking/cni v0.8.1 // indirect
github.com/containernetworking/plugins v0.9.1 // indirect
github.com/creack/pty v1.1.17 // indirect
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
Expand All @@ -135,12 +143,14 @@ require (
github.com/goccy/go-json v0.7.10 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jinzhu/configor v1.1.1 // indirect
Expand All @@ -150,12 +160,16 @@ require (
github.com/jonboulle/clockwork v0.2.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
github.com/juju/ratelimit v1.0.2-0.20191002062651-f60b32039441 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
github.com/lestrrat-go/httpcc v1.0.0 // indirect
github.com/lestrrat-go/iter v1.0.1 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/lni/goutils v1.3.0 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e // indirect
Expand All @@ -176,6 +190,8 @@ require (
github.com/russellhaering/goxmldsig v1.1.0 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/valyala/fastrand v1.0.0 // indirect
github.com/valyala/histogram v1.0.1 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
go.mongodb.org/mongo-driver v1.4.2 // indirect
Expand All @@ -185,15 +201,15 @@ require (
go.uber.org/atomic v1.5.0 // indirect
go.uber.org/multierr v1.3.0 // indirect
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)
Loading

0 comments on commit 738a7b8

Please sign in to comment.