-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 920 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/Joh4nnesHartl/solpricebot
go 1.19
require (
github.com/blendle/zapdriver v1.3.1
github.com/bwmarrin/discordgo v0.26.1
github.com/caarlos0/env/v6 v6.10.1
github.com/clinet/discordgo-embed v0.0.0-20220113222025-bafe0c917646
github.com/dustin/go-humanize v1.0.0
github.com/stretchr/testify v1.8.1
github.com/superoo7/go-gecko v1.0.0
github.com/top-gg/go-dbl v0.0.0-20201116001615-e844586b1159
go.uber.org/zap v1.24.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)