forked from BossHobby/Configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.2 KB
/
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
28
29
30
module github.com/NotFastEnuf/QS_Configurator
go 1.12
require (
github.com/JackMordaunt/icns v1.0.0 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/fxamacker/cbor/v2 v2.2.0
github.com/google/go-github/v31 v31.0.0
github.com/google/gousb v2.1.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/machinebox/appify v0.0.0-20180512101119-15c1e09ce924 // indirect
github.com/marcinbor85/gohex v0.0.0-20200531163658-baab2527a9a2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rakyll/statik v0.1.7
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
go.bug.st/serial v1.1.1
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20201007082116-8445cc04cbdf // indirect
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
gopkg.in/djherbis/fscache.v0 v0.10.1
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
)