This repository was archived by the owner on Mar 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ getCMDDependencies:
1919
2020getGoDependencies :
2121 go get -v ./...
22+ # Workaround for: https://github.com/sirupsen/logrus/issues/824
23+ GOOS=windows go get -v ./...
2224
2325buildProject :
2426 rm -rf releases
Original file line number Diff line number Diff line change 3131
3232![ Generate ShareX Configuration] ( https://user-images.githubusercontent.com/17984549/32700395-cf9f057a-c7c4-11e7-9d2b-7523c8a95a20.png )
3333
34- ## Documenation
34+ ## Documentation
3535
3636- [ Installation] ( https://github.com/mxschmitt/golang-url-shortener/wiki/Installation )
3737- [ Configuration] ( https://github.com/mxschmitt/golang-url-shortener/wiki/Configuration )
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "moment" : " 2.22.2" ,
1515 "prismjs" : " 1.15.0" ,
16- "react" : " 16.4 .2" ,
17- "react-clipboard.js" : " 2.0.0 " ,
16+ "react" : " 16.5 .2" ,
17+ "react-clipboard.js" : " 2.0.1 " ,
1818 "react-datepicker" : " 1.6.0" ,
19- "react-dom" : " 16.4 .2" ,
20- "react-moment" : " 0.7.9 " ,
19+ "react-dom" : " 16.5 .2" ,
20+ "react-moment" : " 0.8.1 " ,
2121 "react-prism" : " 4.3.2" ,
2222 "react-qr-svg" : " 2.1.0" ,
2323 "react-responsive" : " 5.0.0" ,
2424 "react-router" : " 4.3.1" ,
2525 "react-router-dom" : " 4.3.1" ,
26- "react-scripts" : " 1.1.4 " ,
26+ "react-scripts" : " 1.1.5 " ,
2727 "react-table" : " 6.8.6" ,
28- "semantic-ui-css" : " 2.3.3 " ,
29- "semantic-ui-react" : " 0.82.2 " ,
28+ "semantic-ui-css" : " 2.4.0 " ,
29+ "semantic-ui-react" : " 0.82.5 " ,
3030 "toastr" : " 2.1.4"
3131 },
3232 "scripts" : {
You can’t perform that action at this time.
0 commit comments