Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Jan 16, 2025
1 parent 12ac033 commit 0fea5f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 620 deletions.
1 change: 0 additions & 1 deletion Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ We aim to support a building of the k6 binary with the two latest versions of go
There are some dependencies that we really don't use all that much, intend on removing and as a general note don't need anything else from them. Given that we currently have no problems that updates will fix - we prefer to not update them as not to introduce bugs. Also, for some they bring additional dependencies that we do not want, which is just one more reason not to update them.

List (as of March 2022):
- github.com/DataDog/datadog-go - newer versions have a lot more dependencies for functionality we don't need. Also in general a different library is probably going to be better in this case as it only supports UDP and no TCP.
- github.com/andybalholm/cascadia - a dependency of `github.com/PuerkitoBio/goquery`
- github.com/sirupsen/logrus - it's in maintenance mode and we want to remove it - also no update for a long time, but also no bugs.
- github.com/spf13/afero - there are plans to be [replaced by io/fs](https://github.com/grafana/k6/issues/1079) and we don't need anything from it. We have already worked around some bugs so updating might break something
Expand Down
3 changes: 0 additions & 3 deletions modtools_frozen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- path: github.com/DataDog/datadog-go
minVersion: v0.0.0-20180330214955-e67964b4021a
validUntil: 2029-08-04T16:27:45+03:00
- path: github.com/spf13/afero
minVersion: v1.1.2
validUntil: 2029-08-04T16:29:18+03:00
Expand Down
Loading

0 comments on commit 0fea5f6

Please sign in to comment.