Updated dependencies

This commit is contained in:
2022-06-29 12:12:13 +09:00
parent 9ec3127da5
commit ce58c4a9f1
3 changed files with 163 additions and 61 deletions

37
go.mod
View File

@ -3,9 +3,8 @@ module github.com/animenotifier/notify.moe
go 1.13
require (
cloud.google.com/go v0.97.0 // indirect
cloud.google.com/go/compute v1.7.0 // indirect
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/aerogo/aero v1.3.59
github.com/aerogo/api v0.2.3
github.com/aerogo/crawler v0.2.5
@ -38,28 +37,32 @@ require (
github.com/animenotifier/twist v0.2.6
github.com/bwmarrin/discordgo v0.22.0
github.com/dustin/go-humanize v1.0.0
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gomodule/oauth1 v0.1.0
github.com/gomodule/oauth1 v0.2.0
github.com/google/uuid v1.3.0 // indirect
github.com/itchyny/gojq v0.11.2
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.15.6 // indirect
github.com/klauspost/cpuid/v2 v2.0.14 // indirect
github.com/logpacker/PayPal-Go-SDK v1.1.4
github.com/microcosm-cc/bluemonday v1.0.16 // indirect
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.15
github.com/minio/minio-go/v7 v7.0.30
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mssola/user_agent v0.5.3
github.com/pariz/gountries v0.0.0-20211104183308-60c653385099
github.com/shirou/gopsutil v3.21.10+incompatible
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/pariz/gountries v0.1.5
github.com/rs/xid v1.4.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.64.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)