-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
51 lines (49 loc) · 2.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/mongoose-os/mos
go 1.13
require (
cloud.google.com/go v0.97.0 // indirect
cloud.google.com/go/kms v1.0.0 // indirect
cloud.google.com/go/pubsub v1.3.1
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/Microsoft/hcsshim v0.9.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
github.com/aws/aws-sdk-go v1.41.4
github.com/cesanta/go-serial v0.0.0-20170105152649-4dff7aff019e
github.com/cesanta/hid v0.0.0-20190304122332-79d86877855b
github.com/containerd/cgroups v1.0.2 // indirect
github.com/docker/docker v20.10.9+incompatible // indirect
github.com/eclipse/paho.mqtt.golang v1.1.2-0.20181011101702-c95f2f508baf
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/color v1.7.1-0.20181010231311-3f9d52f7176a
github.com/fsouza/go-dockerclient v1.7.4
github.com/go-bindata/go-bindata v3.1.2+incompatible
github.com/go-git/go-git/v5 v5.4.2
github.com/go-ini/ini v1.39.0
github.com/go-logr/logr v1.1.0 // indirect
github.com/gofrs/flock v0.7.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gousb v1.1.1
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-shellwords v1.0.6
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
github.com/sergi/go-diff v1.2.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/xanzy/ssh-agent v0.3.1 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
goji.io v2.0.0+incompatible
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744
google.golang.org/api v0.57.0
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/klog/v2 v2.20.0
)