This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates dependencies, better game status
- Loading branch information
Showing
4 changed files
with
52 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,29 @@ | ||
module github.com/Seklfreak/discord-image-downloader-go | ||
|
||
require ( | ||
cloud.google.com/go v0.22.0 // indirect | ||
cloud.google.com/go v0.34.0 // indirect | ||
github.com/ChimeraCoder/anaconda v2.0.0+incompatible | ||
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect | ||
github.com/HouzuoGuo/tiedot v0.0.0-20170304081649-96fa90b5e462 | ||
github.com/Jeffail/gabs v1.1.0 | ||
github.com/PuerkitoBio/goquery v1.4.0 | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/HouzuoGuo/tiedot v0.0.0-20180104213538-791033267fb3 | ||
github.com/Jeffail/gabs v1.1.1 | ||
github.com/PuerkitoBio/goquery v1.5.0 | ||
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect | ||
github.com/bwmarrin/discordgo v0.18.0 | ||
github.com/bwmarrin/discordgo v0.19.0 | ||
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect | ||
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect | ||
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect | ||
github.com/golang/protobuf v1.1.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/gorilla/websocket v1.2.0 // indirect | ||
github.com/hashicorp/go-version v0.0.0-20180322230233-23480c066577 | ||
github.com/hashicorp/go-version v1.0.0 | ||
github.com/jtolds/gls v4.2.1+incompatible // indirect | ||
github.com/mvdan/xurls v1.1.0 // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect | ||
golang.org/x/crypto v0.0.0-20180514165030-2fc4c88bf43f // indirect | ||
golang.org/x/net v0.0.0-20180511174649-2491c5de3490 | ||
golang.org/x/oauth2 v0.0.0-20180503012634-cdc340f7c179 | ||
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect | ||
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
google.golang.org/api v0.0.0-20180513000358-15aea8711db9 | ||
google.golang.org/appengine v1.0.0 // indirect | ||
gopkg.in/ini.v1 v1.36.0 | ||
google.golang.org/api v0.0.0-20181206181411-9df8e92b0627 | ||
google.golang.org/appengine v1.3.0 // indirect | ||
gopkg.in/ini.v1 v1.39.2 | ||
mvdan.cc/xurls v1.1.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters