Skip to content

Commit

Permalink
update uhthomas/tesla to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Mar 10, 2021
1 parent 1a6f80d commit 80bb43e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/prometheus/client_golang v1.9.0
github.com/uhthomas/tesla v0.1.2
github.com/uhthomas/tesla v0.1.3
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -521,6 +521,8 @@ github.com/uhthomas/tesla v0.1.1 h1:5w0XOqZ8+yx1ROqAyEXw2koJM8BjnbDC9QgZieCTTU4=
github.com/uhthomas/tesla v0.1.1/go.mod h1:VEiKAVT/KQUesEKv8ofrbxdY3kXgSVEOeBKfqfrYHr8=
github.com/uhthomas/tesla v0.1.2 h1:Bse2RdVI0ClZauGVyXVGUtNWBK7ZC0am+UA8o1FgCTA=
github.com/uhthomas/tesla v0.1.2/go.mod h1:VEiKAVT/KQUesEKv8ofrbxdY3kXgSVEOeBKfqfrYHr8=
github.com/uhthomas/tesla v0.1.3 h1:FJ3J3ZrL4u58UCc9wLqowyStl8z4+A1Y21seusFUbVw=
github.com/uhthomas/tesla v0.1.3/go.mod h1:VEiKAVT/KQUesEKv8ofrbxdY3kXgSVEOeBKfqfrYHr8=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/urfave/cli v1.22.1 h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
Expand Down
4 changes: 2 additions & 2 deletions go_deps.bzl
Expand Up @@ -1126,8 +1126,8 @@ def go_dependencies():
go_repository(
name = "com_github_uhthomas_tesla",
importpath = "github.com/uhthomas/tesla",
sum = "h1:Bse2RdVI0ClZauGVyXVGUtNWBK7ZC0am+UA8o1FgCTA=",
version = "v0.1.2",
sum = "h1:FJ3J3ZrL4u58UCc9wLqowyStl8z4+A1Y21seusFUbVw=",
version = "v0.1.3",
)
go_repository(
name = "com_github_urfave_cli",
Expand Down

0 comments on commit 80bb43e

Please sign in to comment.