-
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
2 changed files
with
46 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
module github.com/wittano/komputer | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/bwmarrin/discordgo v0.27.1 | ||
github.com/google/uuid v1.4.0 | ||
github.com/go-co-op/gocron v1.37.0 | ||
github.com/google/uuid v1.5.0 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/rs/zerolog v1.31.0 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
go.mongodb.org/mongo-driver v1.13.1 | ||
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 | ||
) | ||
|
||
require ( | ||
github.com/go-co-op/gocron v1.35.3 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/montanaflynn/stats v0.7.1 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
golang.org/x/crypto v0.16.0 // indirect | ||
golang.org/x/net v0.19.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
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