Skip to content

Commit

Permalink
Bump github.com/davidsbond/tailscale-client-go from 1.0.0 to 1.1.0 (#3)
Browse files Browse the repository at this point in the history
Bumps [github.com/davidsbond/tailscale-client-go](https://github.com/davidsbond/tailscale-client-go) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/davidsbond/tailscale-client-go/releases)
- [Commits](davidsbond/tailscale-client-go@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/davidsbond/tailscale-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent 48856c5 commit 108db26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/davidsbond/vault-plugin-tailscale
go 1.17

require (
github.com/davidsbond/tailscale-client-go v1.0.0
github.com/davidsbond/tailscale-client-go v1.1.0
github.com/hashicorp/go-hclog v1.1.0
github.com/hashicorp/vault/api v1.3.1
github.com/hashicorp/vault/sdk v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davidsbond/tailscale-client-go v1.0.0 h1:MYx1rnxpj/HYyAN8lUFnlWz4iGMmjSL4xTlJbhui84k=
github.com/davidsbond/tailscale-client-go v1.0.0/go.mod h1:aPTr9vEWNLbHDOKdwoZIcQCkUHR57/jIQy/9h8x3v6U=
github.com/davidsbond/tailscale-client-go v1.1.0 h1:0FxhF85jz8FsNU/Z6DMls0LWLjFegbJC6s4JeHxW00w=
github.com/davidsbond/tailscale-client-go v1.1.0/go.mod h1:aPTr9vEWNLbHDOKdwoZIcQCkUHR57/jIQy/9h8x3v6U=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down

0 comments on commit 108db26

Please sign in to comment.