Skip to content

Commit

Permalink
Drop a replace that isn't really needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jun 6, 2024
1 parent a9f29e9 commit ebbd67c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ require (
gopkg.in/guregu/null.v3 v3.3.0
)

// To facilitate the integration of the extension in the k6 core codebase
// we need to use the same version of the dependencies as k6.
replace github.com/spf13/afero => github.com/spf13/afero v1.1.2

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down

0 comments on commit ebbd67c

Please sign in to comment.