Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go mod tidy #80

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,17 @@ module github.com/brave/go-sync
go 1.14

require (
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible // indirect
github.com/DataDog/sketches-go v0.0.0-20190923095040-43f19ad77ff7 // indirect
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/aws/aws-sdk-go v1.30.17
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/brave-intl/bat-go v0.4.0
github.com/cznic/ql v1.2.0 // indirect
github.com/ethereum/go-ethereum v1.7.2 // indirect
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
github.com/getsentry/sentry-go v0.9.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-redis/redis/v8 v8.10.0
github.com/golang/protobuf v1.4.3
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.2.0+incompatible // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kshvakov/clickhouse v1.3.5 // indirect
github.com/mediocregopher/mediocre-go-lib v0.0.0-20181029021733-cb65787f37ed // indirect
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e // indirect
github.com/prometheus/client_golang v1.9.0
github.com/rs/zerolog v1.20.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
google.golang.org/protobuf v1.25.0
)
Loading