dependabot[bot]
|
93d376614c
|
Bump github.com/miekg/dns from 1.1.42 to 1.1.43
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.42 to 1.1.43.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.42...v1.1.43)
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-16 09:20:22 +00:00 |
|
github-actions[bot]
|
e4c92e7b6b
|
Merge pull request #9 from unistack-org/dependabot/go_modules/github.com/unistack-org/micro/v3-3.7.1
Bump github.com/unistack-org/micro/v3 from 3.3.19 to 3.7.1
|
2021-09-16 09:19:17 +00:00 |
|
dependabot[bot]
|
56dbe10fb1
|
Bump github.com/unistack-org/micro/v3 from 3.3.19 to 3.7.1
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.3.19 to 3.7.1.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.3.19...v3.7.1)
---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-16 09:17:10 +00:00 |
|
|
8122259fe8
|
enable automerge
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-09-16 11:07:51 +03:00 |
|
|
da11381fd1
|
add github stuff
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-09-06 15:16:26 +03:00 |
|
|
fe2d6931d7
|
add github stuff
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-09-06 15:04:22 +03:00 |
|
|
4155345f57
|
update for latest micro
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-06-05 17:16:58 +03:00 |
|
|
21928ee740
|
fix test
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-02-20 14:23:07 +03:00 |
|
|
9c94a3e6a8
|
use own fork
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2021-02-19 23:12:48 +03:00 |
|
Asim Aslam
|
1d201e801b
|
fix etcd keys for services (#1922)
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
d8d3ee07f5
|
v3 refactor (#1868)
* Move to v3
Co-authored-by: Ben Toogood <bentoogood@gmail.com>
|
2020-09-20 17:12:35 +03:00 |
|
|
5963af37a4
|
fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
de2c6073b7
|
Use .micro domain for mdns
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
d1d6608f90
|
Set MDNS as default registry
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
3f821c9940
|
add mdns package comment
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
54f596e470
|
Add Init to all things, use init in cmd package to initialise
|
2020-09-20 17:12:35 +03:00 |
|
Asim Aslam
|
b2de9ebfd0
|
Add watch options
|
2020-09-20 17:12:35 +03:00 |
|
darren-west
|
9f8754df75
|
Added Options() to registry interface
|
2020-09-20 17:12:35 +03:00 |
|
wangkechun
|
bb140f38f2
|
fix fmt str
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
fa1bcec1f4
|
Simplify watcher test
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
2482bf3f81
|
Try a different way of testing
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
26d7b599e9
|
Watch results may be unordered
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
434155f97f
|
Add watcher test
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
07b2e886f5
|
Add mdns test and fix the bug it revealed
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
762231fab6
|
Add watcher.... OH YEAAA
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
16949c1ada
|
Use mdns-sd service
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
a0d307cfb1
|
Use our fork of mdns with all the updates
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
4bd95bfe91
|
Fix encoding so we split across txt records
|
2020-09-20 17:12:35 +03:00 |
|
Asim
|
0b029da08c
|
First attempt at mdns
|
2020-09-20 17:12:35 +03:00 |
|