adds new build and correct error log

This commit is contained in:
Seraphim Strub 2023-03-06 18:27:58 +01:00
parent 3a3dea453d
commit fcff591655
4 changed files with 7 additions and 15 deletions

4
go.mod
View file

@ -7,7 +7,6 @@ require (
github.com/disgoorg/disgo v0.15.1-0.20230203231532-07092d420798
github.com/disgoorg/log v1.2.1-0.20220709130509-d138f028c3b7
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/k0kubun/pp/v3 v3.2.0
golang.org/x/net v0.5.0
)
@ -25,13 +24,10 @@ require (
github.com/google/flatbuffers v1.12.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.12.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
go.opencensus.io v0.22.5 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
)