Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix(deps): update minor and patch (#619)
Browse files Browse the repository at this point in the history
* fix(deps): update minor and patch

* chore: bump engine version

* chore: update golden files

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Mattias Wennmo <mattias.wennmo@qlik.com>
  • Loading branch information
3 people committed Aug 2, 2021
1 parent 2387dae commit d0f00e1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 88 deletions.
2 changes: 1 addition & 1 deletion examples/docker-compose.yml
@@ -1,7 +1,7 @@
version: "3.3"
services:
qix-engine:
image: qlikcore/engine:12.1016.0 # Docker image and version
image: qlikcore/engine:12.1050.0 # Docker image and version
ports:
- 9076:9076 # Port exposing the engine on localhost
command: -S AcceptEULA=${ACCEPT_EULA} -S DocumentDirectory=/apps # Commands that is passed to the engine container
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -8,9 +8,9 @@ require (
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32
github.com/qlik-oss/enigma-go v1.2.0
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
Expand Down

0 comments on commit d0f00e1

Please sign in to comment.