Skip to content

Commit

Permalink
Merge pull request #585 from megakoresh/fix-mulekick
Browse files Browse the repository at this point in the history
Fix mulekick dependency removal
  • Loading branch information
matejkramny committed Jul 13, 2019
2 parents e32ecc5 + 4d28a61 commit 3db758c
Show file tree
Hide file tree
Showing 26 changed files with 608 additions and 544 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ util/version.go
/public/package-lock.json
!.gitkeep

.dredd/compiled_hooks
.dredd/compiled_hooks

.vscode
__debug_bin*
115 changes: 106 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
version = "1.7.3"

[[constraint]]
name = "github.com/gorilla/securecookie"
Expand Down
1 change: 1 addition & 0 deletions Taskfile_windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: '2'
tasks:
compile:be:
cmds:
Expand Down
Loading

0 comments on commit 3db758c

Please sign in to comment.