Skip to content

Commit 037b018

Browse files
Bump github.com/dghubble/oauth1 from 0.7.0 to 0.7.3
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.0 to 0.7.3. - [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.3) --- 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 7501eda commit 037b018

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
@@ -5,7 +5,7 @@ go 1.21.0
55
toolchain go1.21.1
66

77
require (
8-
github.com/dghubble/oauth1 v0.7.0
8+
github.com/dghubble/oauth1 v0.7.3
99
github.com/g8rswimmer/go-twitter/v2 v2.1.2
1010
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.1
1111
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964/go.mod h1:Xd9
243243
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
244244
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
245245
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
246-
github.com/dghubble/oauth1 v0.7.0 h1:AlpZdbRiJM4XGHIlQ8BuJ/wlpGwFEJNnB4Mc+78tA/w=
247-
github.com/dghubble/oauth1 v0.7.0/go.mod h1:8pFdfPkv/jr8mkChVbNVuJ0suiHe278BtWI4Tk1ujxk=
246+
github.com/dghubble/oauth1 v0.7.3 h1:EkEM/zMDMp3zOsX2DC/ZQ2vnEX3ELK0/l9kb+vs4ptE=
247+
github.com/dghubble/oauth1 v0.7.3/go.mod h1:oxTe+az9NSMIucDPDCCtzJGsPhciJV33xocHfcR2sVY=
248248
github.com/dgraph-io/ristretto v0.1.1 h1:6CWw5tJNgpegArSHpNHJKldNeq03FQCwYvfMVWajOK8=
249249
github.com/dgraph-io/ristretto v0.1.1/go.mod h1:S1GPSBCYCIhmVNfcth17y2zZtQT6wzkzgwUve0VDWWA=
250250
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=

0 commit comments

Comments
 (0)