Skip to content

Commit

Permalink
Update go depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Oct 17, 2023
1 parent 6978b7b commit 6cd5e69
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 639 deletions.
2 changes: 1 addition & 1 deletion blueprint/blueprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"strings"
"time"

excelize "github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/PuerkitoBio/goquery"
"github.com/hashicorp/go-cleanhttp"
"github.com/xuri/excelize/v2"

"github.com/mtgban/go-mtgban/mtgban"
"github.com/mtgban/go-mtgban/mtgmatcher"
Expand Down
82 changes: 45 additions & 37 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,56 +3,64 @@ module github.com/mtgban/go-mtgban
go 1.19

require (
cloud.google.com/go/storage v1.23.0
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.0
github.com/PuerkitoBio/goquery v1.6.1
cloud.google.com/go/storage v1.33.0
github.com/PuerkitoBio/goquery v1.8.1
github.com/gocolly/colly v1.2.0
github.com/gocolly/colly/v2 v2.1.0
github.com/google/uuid v1.3.0
github.com/google/uuid v1.3.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
github.com/joho/godotenv v1.4.0
github.com/joho/godotenv v1.5.1
github.com/scizorman/go-ndjson v0.0.0-20200902005011-1d92486df71e
go.opencensus.io v0.23.0 // indirect
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
google.golang.org/api v0.100.0
go.opencensus.io v0.24.0 // indirect
golang.org/x/text v0.13.0
golang.org/x/time v0.3.0
google.golang.org/api v0.147.0
)

require (
github.com/mroth/weightedrand/v2 v2.0.1
github.com/montanaflynn/stats v0.7.1
github.com/mroth/weightedrand/v2 v2.1.0
github.com/ulikunitz/xz v0.5.11
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
github.com/xuri/excelize/v2 v2.8.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
)

require (
cloud.google.com/go v0.102.1 // indirect
cloud.google.com/go/compute v1.10.0 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.5 // indirect
github.com/antchfx/xpath v1.1.11 // indirect
cloud.google.com/go v0.110.8 // indirect
cloud.google.com/go/compute v1.23.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.3 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.18 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/xuri/efp v0.0.0-20191019043341-b7dc4fe9aa91 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 6cd5e69

Please sign in to comment.