Skip to content

Commit 0fea5f6

Browse files
committed
Minor clean up
1 parent 12ac033 commit 0fea5f6

File tree

3 files changed

+0
-620
lines changed

3 files changed

+0
-620
lines changed

Dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ We aim to support a building of the k6 binary with the two latest versions of go
3333
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.
3434

3535
List (as of March 2022):
36-
- 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.
3736
- github.com/andybalholm/cascadia - a dependency of `github.com/PuerkitoBio/goquery`
3837
- 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.
3938
- 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

modtools_frozen.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- path: github.com/DataDog/datadog-go
2-
minVersion: v0.0.0-20180330214955-e67964b4021a
3-
validUntil: 2029-08-04T16:27:45+03:00
41
- path: github.com/spf13/afero
52
minVersion: v1.1.2
63
validUntil: 2029-08-04T16:29:18+03:00

0 commit comments

Comments
 (0)