aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 6013fe9a8..afc88c15d 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/miekg/dns v1.1.49
+ github.com/miekg/dns v1.1.50
github.com/opentracing/opentracing-go v1.2.0
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
github.com/openzipkin/zipkin-go v0.4.0
diff --git a/go.sum b/go.sum
index 8ee65de6a..ced575a5b 100644
--- a/go.sum
+++ b/go.sum
@@ -675,8 +675,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
github.com/miekg/dns v1.1.25/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.31/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=
-github.com/miekg/dns v1.1.49 h1:qe0mQU3Z/XpFeE+AEBo2rqaS1IPBJ3anmqZ4XiZJVG8=
-github.com/miekg/dns v1.1.49/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
+github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
+github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw=
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
ore-npm Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/react-refresh.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06Add `@` to acceptable namespace charactersGravatar Jarred Sumner 1-1/+1
2022-09-06Make the plugins a little more resilientGravatar Jarred Sumner 5-53/+81
2022-09-06Add missing `Blob`Gravatar Jarred Sumner 1-2/+2
2022-09-06Make fs extensibleGravatar Jarred Sumner 1-108/+113
2022-09-06Fix crash in Buffer moduleGravatar Jarred Sumner 1-8/+11
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 12-123/+526
2022-09-05[Bun.plugin] Clean up exception handlingGravatar Jarred Sumner 3-10/+11
2022-09-05Support async `onLoad` callbacks in `Bun.plugin`Gravatar Jarred Sumner 22-717/+1678
2022-09-05Move `generateObjectModuleSourceCode` to separate file to fix build errorGravatar Jarred Sumner 2-24/+31
2022-09-05`inline`Gravatar Jarred Sumner 1-1/+1
2022-09-05Missing #pragma onceGravatar Jarred Sumner 1-0/+2
2022-09-04Rename `is_macro_mode` -> `use_alternate_source_cache`Gravatar Jarred Sumner 2-4/+4
2022-09-04Some testsGravatar Jarred Sumner 1-0/+19
2022-09-04`[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache`Gravatar Jarred Sumner 7-86/+150
2022-09-04@globalPrivate -> @linkTimeConstantGravatar Jarred Sumner 6-111/+110
2022-09-03[Node API] Fix `napi_module_register`Gravatar Jarred Sumner 6-20/+59
2022-09-03Fix `createRequire()` in `node:module`Gravatar Jarred Sumner 10-161/+302
2022-09-03Fix C++ intellisenseGravatar Jarred Sumner 1-14/+23
2022-09-03Fix build errorGravatar Jarred Sumner 1-6/+5