Skip to content
Open
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
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ module github.com/brave/go-sync
go 1.14

require (
github.com/aws/aws-sdk-go v1.30.17
github.com/aws/aws-sdk-go v1.34.0
github.com/brave-intl/bat-go v0.3.0
github.com/getsentry/sentry-go v0.6.1
github.com/go-chi/chi v4.0.3+incompatible
github.com/gojuno/minimock/v3 v3.0.4 // indirect
github.com/golang/protobuf v1.4.2
github.com/kr/pretty v0.2.0 // indirect
github.com/prometheus/client_golang v1.3.0
github.com/rs/zerolog v1.18.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.5.1
golang.org/x/mod v0.3.0 // indirect
golang.org/x/tools v0.0.0-20200612220849-54c614fe050c // indirect
google.golang.org/protobuf v1.23.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading