Skip to content

Commit eecefe5

Browse files
[dep][go](deps): Bump github.com/dghubble/oauth1 from 0.7.0 to 0.7.2
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/dghubble/oauth1/releases) - [Changelog](https://github.com/dghubble/oauth1/blob/main/CHANGES.md) - [Commits](dghubble/oauth1@v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: github.com/dghubble/oauth1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a18d4e commit eecefe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/turbot/steampipe-plugin-twitter
33
go 1.19
44

55
require (
6-
github.com/dghubble/oauth1 v0.7.0
6+
github.com/dghubble/oauth1 v0.7.2
77
github.com/g8rswimmer/go-twitter/v2 v2.1.2
88
github.com/turbot/steampipe-plugin-sdk/v5 v5.3.0
99
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2
9999
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
100100
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
101101
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
102-
github.com/dghubble/oauth1 v0.7.0 h1:AlpZdbRiJM4XGHIlQ8BuJ/wlpGwFEJNnB4Mc+78tA/w=
103-
github.com/dghubble/oauth1 v0.7.0/go.mod h1:8pFdfPkv/jr8mkChVbNVuJ0suiHe278BtWI4Tk1ujxk=
102+
github.com/dghubble/oauth1 v0.7.2 h1:pwcinOZy8z6XkNxvPmUDY52M7RDPxt0Xw1zgZ6Cl5JA=
103+
github.com/dghubble/oauth1 v0.7.2/go.mod h1:9erQdIhqhOHG/7K9s/tgh9Ks/AfoyrO5mW/43Lu2+kE=
104104
github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWajOK8=
105105
github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA=
106106
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=

0 commit comments

Comments
 (0)