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:
19
19
20
20
getGoDependencies :
21
21
go get -v ./...
22
+ # Workaround for: https://github.com/sirupsen/logrus/issues/824
23
+ GOOS=windows go get -v ./...
22
24
23
25
buildProject :
24
26
rm -rf releases
Original file line number Diff line number Diff line change 31
31
32
32
![ Generate ShareX Configuration] ( https://user-images.githubusercontent.com/17984549/32700395-cf9f057a-c7c4-11e7-9d2b-7523c8a95a20.png )
33
33
34
- ## Documenation
34
+ ## Documentation
35
35
36
36
- [ Installation] ( https://github.com/mxschmitt/golang-url-shortener/wiki/Installation )
37
37
- [ Configuration] ( https://github.com/mxschmitt/golang-url-shortener/wiki/Configuration )
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"moment" : " 2.22.2" ,
15
15
"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 " ,
18
18
"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 " ,
21
21
"react-prism" : " 4.3.2" ,
22
22
"react-qr-svg" : " 2.1.0" ,
23
23
"react-responsive" : " 5.0.0" ,
24
24
"react-router" : " 4.3.1" ,
25
25
"react-router-dom" : " 4.3.1" ,
26
- "react-scripts" : " 1.1.4 " ,
26
+ "react-scripts" : " 1.1.5 " ,
27
27
"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 " ,
30
30
"toastr" : " 2.1.4"
31
31
},
32
32
"scripts" : {
You can’t perform that action at this time.
0 commit comments