Skip to content

Commit

Permalink
chore: run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Feb 27, 2024
1 parent c9f94f6 commit c81cf8c
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 @@ -256,4 +256,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/ory/fosite => github.com/canonical/fosite v0.0.0-20240131124711-821471ea939e
replace github.com/ory/fosite => github.com/canonical/fosite v0.0.0-20240227091618-fee676b7da75
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4Yn
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
github.com/canonical/fosite v0.0.0-20240131124711-821471ea939e h1:tiksz1KigpLeZzucUtymyhq1XtVy8PLdi50oA8yxx1c=
github.com/canonical/fosite v0.0.0-20240131124711-821471ea939e/go.mod h1:kmWnOXEOHkGcerE/vDP5lEkKI7yJ2E8a6EFaos23xzw=
github.com/canonical/fosite v0.0.0-20240227091618-fee676b7da75 h1:LkVhc3oBLhYdNKhfbf4988ayFZf+kdN9bmy8NLQ0jnQ=
github.com/canonical/fosite v0.0.0-20240227091618-fee676b7da75/go.mod h1:G0cHiNH8Q4zdddEWosFlZDBjcphr8nlNSUMfz3iSzgo=
github.com/cenkalti/backoff/v3 v3.2.2 h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M=
github.com/cenkalti/backoff/v3 v3.2.2/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
Expand Down

0 comments on commit c81cf8c

Please sign in to comment.