Skip to content

Commit 6e10213

Browse files
Bump github.com/dghubble/oauth1 from 0.7.1 to 0.7.3
Bumps [github.com/dghubble/oauth1](https://github.com/dghubble/oauth1) from 0.7.1 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.1...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 80775ef commit 6e10213

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
@@ -10,7 +10,7 @@ require (
1010
github.com/cretz/bine v0.2.0
1111
github.com/davecgh/go-spew v1.1.1
1212
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
13-
github.com/dghubble/oauth1 v0.7.1
13+
github.com/dghubble/oauth1 v0.7.3
1414
github.com/dstotijn/go-notion v0.11.0
1515
github.com/dustin/go-humanize v1.0.0
1616
github.com/gabriel-vasile/mimetype v1.4.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3
109109
github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218=
110110
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d h1:sBKr0A8iQ1qAOozedZ8Aox+Jpv+TeP1Qv7dcQyW8V+M=
111111
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d/go.mod h1:xfg4uS5LEzOj8PgZV7SQYRHbG7jPUnelEiaAVJxmhJE=
112-
github.com/dghubble/oauth1 v0.7.1 h1:JjbOVSVVkms9A4h/sTQy5Jb2nFuAAVb2qVYgenJPyrE=
113-
github.com/dghubble/oauth1 v0.7.1/go.mod h1:0eEzON0UY/OLACQrmnjgJjmvCGXzjBCsZqL1kWDXtF0=
112+
github.com/dghubble/oauth1 v0.7.3 h1:EkEM/zMDMp3zOsX2DC/ZQ2vnEX3ELK0/l9kb+vs4ptE=
113+
github.com/dghubble/oauth1 v0.7.3/go.mod h1:oxTe+az9NSMIucDPDCCtzJGsPhciJV33xocHfcR2sVY=
114114
github.com/dghubble/sling v1.3.0 h1:pZHjCJq4zJvc6qVQ5wN1jo5oNZlNE0+8T/h0XeXBUKU=
115115
github.com/dghubble/sling v1.3.0/go.mod h1:XXShWaBWKzNLhu2OxikSNFrlsvowtz4kyRuXUG7oQKY=
116116
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=

0 commit comments

Comments
 (0)