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

fix(deps): update minor and patch #619

Merged
merged 3 commits into from Aug 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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