mirror of https://github.com/statping/statping
makefile dep fix
parent
e24b8353df
commit
15a6dc0652
1
Makefile
1
Makefile
|
@ -232,6 +232,7 @@ dev-deps:
|
||||||
$(GOGET) github.com/ararog/timeago
|
$(GOGET) github.com/ararog/timeago
|
||||||
$(GOGET) gopkg.in/natefinch/lumberjack.v2
|
$(GOGET) gopkg.in/natefinch/lumberjack.v2
|
||||||
$(GOGET) golang.org/x/crypto/bcrypt
|
$(GOGET) golang.org/x/crypto/bcrypt
|
||||||
|
$(GOGET) github.com/99designs/gqlgen
|
||||||
|
|
||||||
# remove files for a clean compile/build
|
# remove files for a clean compile/build
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue