Skip to content

Commit

Permalink
fix imports in routing/http/types/json
Browse files Browse the repository at this point in the history
  • Loading branch information
guseggert committed May 9, 2023
1 parent c3656e7 commit d21f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/http/types/json/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package json
import (
"encoding/json"

"github.com/ipfs/go-libipfs/routing/http/types"
"github.com/ipfs/boxo/routing/http/types"
)

// ReadProvidersResponse is the result of a Provide request
Expand Down

0 comments on commit d21f0c8

Please sign in to comment.