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

Bump golang.org/x/text from 0.3.6 to 0.3.8 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
14 changes: 3 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/disney/quanta
go 1.14

require (
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/Jeffail/tunny v0.0.0-20190930221602-f13eb662a36a
github.com/RoaringBitmap/roaring v0.9.4
github.com/akrylysov/pogreb v0.9.1
github.com/alecthomas/kong v0.2.17
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61
github.com/araddon/qlbridge v0.0.2
Expand All @@ -23,8 +21,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.16.6
github.com/bbalet/stopwords v1.0.0
github.com/confluentinc/confluent-kafka-go v1.4.2 // indirect
github.com/dchest/siphash v1.2.2 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/hamba/avro v1.6.0
Expand All @@ -51,18 +47,14 @@ require (
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.7.1
github.com/stvp/rendezvous v0.0.0-20151118195501-67b5f26b3e18
github.com/tinylib/msgp v1.1.2 // indirect
github.com/vmware/vmware-go-kcl v1.5.0
github.com/willf/bitset v1.1.11 // indirect
github.com/xitongsys/parquet-go v1.5.5-0.20201031234703-4d9f11317375
github.com/xitongsys/parquet-go-source v0.0.0-20220527110425-ba4adb87a31b
go.uber.org/goleak v1.1.12
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.6
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/text v0.3.8
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
google.golang.org/grpc v1.33.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.4.2
Expand Down
Loading