-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
160 lines (156 loc) · 7.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
module github.com/kihamo/boggart
go 1.18
require (
firebase.google.com/go v3.12.0+incompatible
github.com/PuerkitoBio/goquery v1.8.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/barnybug/go-cast v0.0.0-20190910160619-d2aa97f56d4e
github.com/bieber/barcode v0.0.0-20201127170204-1d90414c63eb
github.com/deepmap/oapi-codegen v1.8.3
github.com/denisbrodbeck/machineid v1.0.1
github.com/disintegration/imaging v1.6.2
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/faiface/beep v1.0.2
github.com/fsnotify/fsnotify v1.5.4
github.com/ghthor/gowol v0.0.0-20180205141434-eb42ead1b24e
github.com/go-ble/ble v0.0.0-20200407180624-067514cd6e24
github.com/go-openapi/errors v0.20.2
github.com/go-openapi/runtime v0.21.1
github.com/go-openapi/strfmt v0.21.1
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.3
github.com/goburrow/serial v0.1.0
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.5.1
github.com/hajimehoshi/oto v0.5.4
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-version v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/influxdata/influxdb v1.8.0
github.com/influxdata/influxdb-client-go v1.4.0
github.com/kihamo/shadow v0.0.0-20211011204320-f0c416369973
github.com/kihamo/snitch v0.0.0-20200412182537-3478a87783e1
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
github.com/mailru/easyjson v0.7.7
github.com/mitchellh/mapstructure v1.5.0
github.com/mmcloughlin/geohash v0.10.0
github.com/mourner/suncalc-go v0.0.0-20141021103505-77cea98fd55e
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.37.0
github.com/snabb/webostv v0.0.1
github.com/yryz/ds18b20 v0.0.0-20180211073435-3cf383a40624
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/api v0.30.0
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.28.1
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/routeros.v2 v2.0.0-20190905230420-1bbf141cdd91
gopkg.in/telegram-bot-api.v4 v4.6.4
gopkg.in/yaml.v2 v2.4.0
periph.io/x/periph v3.6.4+incompatible
)
require (
cloud.google.com/go v0.65.0 // indirect
cloud.google.com/go/firestore v1.2.0 // indirect
cloud.google.com/go/storage v1.10.0 // indirect
code.cloudfoundry.org/clock v1.0.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Masterminds/squirrel v1.2.0 // indirect
github.com/OneOfOne/xxhash v1.2.7 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/TheZeroSlave/zapsentry v1.8.0 // indirect
github.com/alexedwards/scs/v2 v2.4.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bsm/histogram v2.0.0+incompatible // indirect
github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chai2010/gettext-go v0.0.0-20200323094640-79c7d7df857f // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/getsentry/sentry-go v0.10.0 // indirect
github.com/go-openapi/analysis v0.20.1 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/loads v0.21.0 // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-ping/ping v1.1.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/goburrow/modbus v0.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
github.com/hajimehoshi/go-mp3 v0.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hasura/go-graphql-client v0.10.2 // indirect
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.14 // indirect
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
github.com/jfreymuth/oggvorbis v1.0.0 // indirect
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kihamo/go-workers v2.1.7+incompatible // indirect
github.com/kihamo/gotypes v0.0.0-20161225095921-c1b2b85a41fe // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/markbates/goth v1.63.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mergermarket/go-pkcs7 v0.0.0-20170926155232-153b18ea13c9 // indirect
github.com/mewkiz/flac v1.0.5 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.mongodb.org/mongo-driver v1.8.2 // indirect
go.opencensus.io v0.22.4 // indirect
go.uber.org/atomic v1.6.0 // indirect
gocv.io/x/gocv v0.25.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)
replace github.com/barnybug/go-cast v0.0.0-20190910160619-d2aa97f56d4e => github.com/kihamo/go-cast v0.0.0-20190130214031-2bd907ad55c2