Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTipo01 committed Jul 23, 2021
1 parent 937905e commit fe80407
Show file tree
Hide file tree
Showing 2 changed files with 629 additions and 100 deletions.
33 changes: 15 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,27 @@ module roberto
go 1.14

require (
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/bwmarrin/discordgo v0.23.3-0.20210314162722-182d9b48f34b
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312
github.com/forPelevin/gomoji v0.0.0-20210102155214-f0681219d254
github.com/forPelevin/gomoji v0.0.0-20210718160015-5fcf0e405128
github.com/fsnotify/fsnotify v1.4.10-0.20200417215612-7f4cf4dd2b52 // indirect
github.com/goccy/go-json v0.4.13
github.com/goccy/go-json v0.7.4
github.com/goodsign/monday v1.0.1-0.20201007115131-c065b60ec611
github.com/klauspost/compress v1.12.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/spf13/cast v1.3.2-0.20200723214538-8d17101741c8 // indirect
github.com/spf13/jwalterweatherman v1.1.1-0.20200824194747-ce7498392da6 // indirect
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c // indirect
github.com/spf13/viper v1.7.2-0.20201203004352-bba82cfc61da
github.com/tidwall/gjson v1.7.5 // indirect
github.com/valyala/fasthttp v1.23.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
github.com/spf13/viper v1.8.1
github.com/tidwall/gjson v1.8.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/fasthttp v1.28.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6
golang.org/x/tools v0.1.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
modernc.org/cc/v3 v3.33.0 // indirect
modernc.org/sqlite v1.10.4
modernc.org/strutil v1.1.1 // indirect
golang.org/x/tools v0.1.5 // indirect
modernc.org/ccgo/v3 v3.9.6 // indirect
modernc.org/memory v1.0.5 // indirect
modernc.org/sqlite v1.11.2
)
Loading

0 comments on commit fe80407

Please sign in to comment.