forked from bogosj/tesla
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 658 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/evcc-io/tesla-proxy-client
go 1.18
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/manifoldco/promptui v0.9.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/smartystreets/goconvey v1.8.1
golang.org/x/oauth2 v0.23.0
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)