forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
89 lines (87 loc) · 3.96 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
module github.com/andig/evcc
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/andig/evcc-config v0.0.0-20210505193639-b12d8515d6f1
github.com/andig/gosunspec v0.0.0-20210401131709-cd89d66b502d // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/avast/retry-go v3.0.0+incompatible
github.com/benbjohnson/clock v1.1.0
github.com/bogosj/tesla v1.0.0
github.com/containrrr/shoutrrr v0.4.4
github.com/deepmap/oapi-codegen v1.6.1 // indirect
github.com/denisbrodbeck/machineid v1.0.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dylanmei/iso8601 v0.1.0
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/fatih/structs v1.1.0
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/godbus/dbus/v5 v5.0.4
github.com/gokrazy/updater v0.0.0-20210130175436-d85b92498a28
github.com/golang/mock v1.5.0
github.com/google/go-github/v32 v32.1.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gregdel/pushover v1.0.0
github.com/grid-x/modbus v0.0.0-20210224155242-c4a3d042e99b
github.com/hashicorp/go-version v1.3.0
github.com/imdario/mergo v0.3.12
github.com/influxdata/influxdb-client-go/v2 v2.3.0
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
github.com/itchyny/gojq v0.12.3
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/jeremywohl/flatten v1.0.1
github.com/jinzhu/copier v0.3.0
github.com/joeshaw/carwings v0.0.0-20210208214325-dacfdd3d7acc
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/klauspost/compress v1.12.2 // indirect
github.com/koron/go-ssdp v0.0.2
github.com/korylprince/ipnetgen v1.0.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lorenzodonini/ocpp-go v0.14.0
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/muka/go-bluetooth v0.0.0-20210508070623-03c23c62f181
github.com/mxschmitt/golang-combinations v1.1.0
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.2 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.23.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/thoas/go-funk v0.8.0
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
github.com/volkszaehler/mbmd v0.0.0-20210117183837-59dcc46d62d4
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210508051633-16afe75a6701
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
golang.org/x/text v0.3.6
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210506142907-4a47615972c2 // indirect
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
nhooyr.io/websocket v1.8.7 // indirect
)