-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
77 additions
and
169 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,23 +1,44 @@ | ||
module github.com/TheTipo01/roberto | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.22.0 | ||
|
||
require ( | ||
github.com/TheTipo01/libRoberto v0.0.0-20230520123730-c864ae48caaa | ||
github.com/bwmarrin/discordgo v0.27.2-0.20230816134654-ff9176adccb6 | ||
github.com/bwmarrin/discordgo v0.27.2-0.20240226111802-8968e58b4d9a | ||
github.com/bwmarrin/lit v0.0.0-20190813132558-fd4b44871312 | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/kkyr/fig v0.4.0 | ||
modernc.org/sqlite v1.29.2 | ||
) | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/forPelevin/gomoji v1.1.8 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/goodsign/monday v1.0.2 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/kkyr/fig v0.3.2 | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
golang.org/x/tools v0.16.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.1 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
golang.org/x/crypto v0.20.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.18.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
lukechampine.com/uint128 v1.3.0 // indirect | ||
modernc.org/libc v1.34.11 // indirect | ||
modernc.org/sqlite v1.27.0 | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect | ||
modernc.org/libc v1.41.0 // indirect | ||
modernc.org/mathutil v1.6.0 // indirect | ||
modernc.org/memory v1.7.2 // indirect | ||
modernc.org/strutil v1.2.0 // indirect | ||
modernc.org/token v1.1.0 // indirect | ||
) |
Oops, something went wrong.