Dockerify

This commit is contained in:
2024-05-15 10:02:42 -06:00
parent d3badf183c
commit a1fd9aec29
5 changed files with 65 additions and 88 deletions

12
go.mod
View File

@@ -2,19 +2,13 @@ module himbot
go 1.22.0
require github.com/diamondburned/arikawa/v3 v3.3.5
require github.com/diamondburned/arikawa/v3 v3.3.6
require golang.org/x/net v0.25.0 // indirect
require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)
require (
github.com/aws/aws-sdk-go v1.51.16
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/replicate/replicate-go v0.18.1
golang.org/x/time v0.5.0 // indirect
)