himbot/go.mod

21 lines
476 B
Modula-2
Raw Normal View History

2023-12-26 18:39:21 -07:00
module himbot
2024-02-09 12:50:33 -07:00
go 1.22.0
2023-12-26 18:39:21 -07:00
2024-02-22 14:56:14 -07:00
require github.com/diamondburned/arikawa/v3 v3.3.5
2023-12-26 18:39:21 -07:00
2023-12-27 12:47:14 -07:00
require (
2024-01-19 14:08:13 -07:00
github.com/jmespath/go-jmespath v0.4.0 // indirect
2024-04-07 22:08:38 -06:00
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
2023-12-27 12:47:14 -07:00
)
2023-12-27 10:52:24 -07:00
2023-12-26 18:39:21 -07:00
require (
2024-04-07 22:08:38 -06:00
github.com/aws/aws-sdk-go v1.51.16
2024-03-27 12:23:45 -06:00
github.com/gorilla/schema v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
2023-12-26 18:39:21 -07:00
github.com/joho/godotenv v1.5.1
2024-03-12 14:43:42 -06:00
github.com/replicate/replicate-go v0.18.1
golang.org/x/time v0.5.0 // indirect
2023-12-26 18:39:21 -07:00
)