Skip to content

Commit

Permalink
bump dependencies (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denchick committed Aug 21, 2023
1 parent 90ed319 commit 96a4f4d
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 86 deletions.
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ require (
github.com/BurntSushi/toml v1.3.2
github.com/caio/go-tdigest v3.1.0+incompatible
github.com/cucumber/godog v0.12.6
github.com/docker/docker v24.0.4+incompatible
github.com/docker/docker v24.0.5+incompatible
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/jackc/pgx/v5 v5.4.2
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v5 v5.4.3
github.com/jmoiron/sqlx v1.3.5
github.com/juju/errors v1.0.0
github.com/lib/pq v1.10.9
github.com/libp2p/go-reuseport v0.3.0
github.com/libp2p/go-reuseport v0.4.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pg-sharding/lyx v0.0.0-20230718131255-c9b3816a557f
github.com/pg-sharding/lyx v0.0.0-20230821084054-cd014266c646
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.29.1
github.com/rs/zerolog v1.30.0
github.com/sevlyar/go-daemon v0.1.6
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/cobra v1.7.0
Expand All @@ -28,28 +29,27 @@ require (
github.com/xdg-go/scram v1.1.2
go.etcd.io/etcd/client/v3 v3.5.9
go.uber.org/atomic v1.11.0
golang.org/x/crypto v0.11.0
go.uber.org/mock v0.2.0
golang.org/x/crypto v0.12.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
golang.yandex/hasql v1.0.0
google.golang.org/grpc v1.56.2
golang.yandex/hasql v1.1.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cucumber/gherkin-go/v19 v19.0.3 // indirect
github.com/cucumber/messages-go/v16 v16.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.3.0
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-memdb v1.3.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
Expand All @@ -60,7 +60,7 @@ require (
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
Expand All @@ -71,18 +71,18 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
go.uber.org/mock v0.2.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.11.0 // indirect
gonum.org/v1/gonum v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gonum.org/v1/gonum v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.4.0 // indirect
gotest.tools/v3 v3.5.0 // indirect
)
Loading

0 comments on commit 96a4f4d

Please sign in to comment.