-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
24 lines (22 loc) · 879 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
module github.com/Dadido3/D3pixelbot
require (
github.com/Dadido3/configdb v0.0.0-20190809230118-b438bb37319e
github.com/Dadido3/go-sciter v0.5.1-0.20190716095535-3e0efbbf0617
github.com/GeertJohan/go.rice v1.0.3
github.com/coreos/go-semver v0.3.0
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gorilla/websocket v1.5.0
github.com/klauspost/compress v1.15.13 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/image v0.2.0
golang.org/x/sys v0.3.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
go 1.13