File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ go 1.19
44
55require (
66 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
7- github.com/dunglas/httpsfv v1.0.1
7+ github.com/dunglas/httpsfv v1.0.2
88 github.com/lestrrat-go/jwx/v2 v2.0.11
99 github.com/stretchr/testify v1.8.4
1010)
1111
12- // TODO: remove local reference when this is fixed upstream
13- // replace github.com/dunglas/httpsfv v1.0.1 => /Users/ysheffer/IdeaProjects/httpsfv
14-
1512require (
1613 github.com/davecgh/go-spew v1.1.1 // indirect
1714 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
66github.com/decred/dcrd/crypto/blake256 v1.0.1 /go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo =
77github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs =
88github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 /go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0 =
9- github.com/dunglas/httpsfv v1.0.1 h1:OjTvfzHJuwjuoyUPkDL1lJzcUP//AUd7cWvn1Nvo03w =
10- github.com/dunglas/httpsfv v1.0.1 /go.mod h1:zID2mqw9mFsnt7YC3vYQ9/cjq30q41W+1AnDwH8TiMg =
9+ github.com/dunglas/httpsfv v1.0.2 h1:iERDp/YAfnojSDJ7PW3dj1AReJz4MrwbECSSE59JWL0 =
10+ github.com/dunglas/httpsfv v1.0.2 /go.mod h1:zID2mqw9mFsnt7YC3vYQ9/cjq30q41W+1AnDwH8TiMg =
1111github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU =
1212github.com/goccy/go-json v0.10.2 /go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I =
1313github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
You can’t perform that action at this time.
0 commit comments