Christian Kaps
b404517388
Use `go mod tidy` before make ( #799 )
...
* Use `go mod tidy` before make
I have the issue with go 1.16 that I cannot build dapr because of a lot of errors with the message:
```
missing go.sum entry for module providing package ...
```
Maybe it's because of this issue: https://github.com/golang/go/issues/44129
Executing `go mod tidy` fixed it for me.
* Update mod tidy check equal to the one used in dapr/dapr
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-04-26 23:08:52 -07:00
Phil Kedy
509b54258e
Fixing backup current daprd command ( #843 )
2021-04-26 15:29:28 -07:00
Amen Belayneh
9bccb8e711
Fix broken links ( #718 )
2021-02-25 12:45:22 -08:00
Phil Kedy
7caa49f7c0
Added a small amount if text at the top of the page to call out that Go is the programming language for creating custom components ( #706 )
2021-02-21 23:44:13 -08:00
Phil Kedy
b74b486f68
Added documentation on versioning Dapr components ( #650 )
...
* Added documentation on versioning Dapr components
* Tweaks per review
* Tweak to sentence re: changes to a component's behavior
2021-02-04 14:59:35 -08:00
Donovan Brown
80b0d7841e
Add golangci-lint as prerequisite ( #628 )
2021-01-22 09:47:20 -08:00
Javier Vela
d4b34e39b0
Update sample links ( #611 )
...
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-20 10:20:33 -08:00
Nghia Tran
a4884f1d4b
Remove exporters component code ( #553 )
2020-12-10 13:38:26 -08:00
Aaron Crawfis
a27e486ef9
Update docs with new docs links ( #513 )
2020-10-26 11:52:20 -07:00
Young Bu Park
83ee60e010
Update component-contrib update commands ( #493 )
...
Update component-contrib update commands
2020-10-09 16:16:57 -07:00
Young Bu Park
dd888565d7
Fix Dapr home bin directory. ( #464 )
2020-09-18 18:44:35 -07:00
Julian-Chu
91616f7b2d
fix broken links in developing-component.md ( #312 )
2020-04-20 19:16:23 -07:00
Young Bu Park
467062ce38
fix typo ( #234 )
...
fix typo
2020-02-26 09:20:56 -08:00
Young Bu Park
1fba8dd4b0
Initial commit of component development doc ( #202 )
...
* Add component development docs
* fix comments
2020-01-31 09:27:08 -08:00