himbot/go.mod

21 lines
475 B
Modula-2
Raw Normal View History

2023-12-26 18:39:21 -07:00
module himbot
2024-01-09 16:52:43 -07:00
go 1.21.6
2023-12-26 18:39:21 -07:00
require github.com/diamondburned/arikawa/v3 v3.3.4
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-01-09 16:52:43 -07:00
golang.org/x/net v0.20.0 // indirect
2024-01-07 14:31:10 -07:00
golang.org/x/sync v0.6.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-01-29 09:36:14 -07:00
github.com/aws/aws-sdk-go v1.50.5
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
2023-12-26 18:39:21 -07:00
github.com/joho/godotenv v1.5.1
2023-12-27 10:52:24 -07:00
github.com/replicate/replicate-go v0.14.2
golang.org/x/time v0.5.0 // indirect
2023-12-26 18:39:21 -07:00
)