Skip to content

Commit

Permalink
Shout out to @jgeerinckx
Browse files Browse the repository at this point in the history
for updating the SeleniumDriverCheck
now should works fine on windows machine
  • Loading branch information
astr0-g committed Aug 23, 2023
1 parent 9132659 commit c84a231
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/fatih/color v1.14.1
github.com/levigross/grequests v0.0.0-20221222020224-9eee758d18d5
github.com/olekukonko/tablewriter v0.0.5
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.3
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.5
github.com/tebeka/selenium v0.9.9
github.com/theckman/yacspin v0.13.12
)
10 changes: 8 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,18 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.3 h1:yrdTeLvXaGfdr/AUcN4DHocwNjsA9Buk1hPTq6ndaBs=
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.3/go.mod h1:0uXArc+jRmkolwrCaZb5PyzeazTnpKt7vcPrph7j+3I=
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.5 h1:DGfhvNCg1itYGuXPPjDw10P8g/O5HHHUPIHEE2jvM+g=
github.com/selenium-Driver-Check/SeleniumDriverCheck v1.1.5/go.mod h1:kBqnrQ55Eyk04F1hH3zE150T/pMY/EKTYG7OdnzlnH4=
github.com/tebeka/selenium v0.9.9 h1:cNziB+etNgyH/7KlNI7RMC1ua5aH1+5wUlFQyzeMh+w=
github.com/tebeka/selenium v0.9.9/go.mod h1:5Fr8+pUvU6B1OiPfkdCKdXZyr5znvVkxuPd0NOdZCQc=
github.com/theckman/yacspin v0.13.12 h1:CdZ57+n0U6JMuh2xqjnjRq5Haj6v1ner2djtLQRzJr4=
github.com/theckman/yacspin v0.13.12/go.mod h1:Rd2+oG2LmQi5f3zC3yeZAOl245z8QOvrH4OPOJNZxLg=
github.com/tidwall/gjson v1.16.0 h1:SyXa+dsSPpUlcwEDuKuEBJEz5vzTvOea+9rjyYodQFg=
github.com/tidwall/gjson v1.16.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit c84a231

Please sign in to comment.