Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge 095d1db into 8ced20c
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Oliveira da Silva committed Sep 25, 2019
2 parents 8ced20c + 095d1db commit 3b2e871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Other contants
NAMESPACE=keycloak
PROJECT=keycloak-operator
PKG=github.com/keycloak/keycloak-operator
OPERATOR_SDK_VERSION=v0.10.0
OPERATOR_SDK_DOWNLOAD_URL=https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION)/operator-sdk-$(OPERATOR_SDK_VERSION)-x86_64-linux-gnu
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/keycloak/keycloak-operator

require (
github.com/NYTimes/gziphandler v1.0.1 // indirect
github.com/go-openapi/spec v0.19.0
github.com/operator-framework/operator-sdk v0.10.1-0.20190911145116-334c667503d0
github.com/spf13/pflag v1.0.3
Expand Down

0 comments on commit 3b2e871

Please sign in to comment.