diff --git a/Makefile b/Makefile index a7c6efd..3fcc5da 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean: rm -rf oc-auth oc-auth.tar.gz docker: - DOCKER_BUILDKIT=1 docker build --progress=plain -t oc/oc-auth:0.0.1 -f Dockerfile . + DOCKER_BUILDKIT=1 docker build -t oc/oc-auth:0.0.1 -f Dockerfile . docker tag oc/oc-auth:0.0.1 oc/oc-auth:latest publish-kind: diff --git a/go.mod b/go.mod index 97c7718..7f080e4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module oc-auth go 1.22.0 require ( - cloud.o-forge.io/core/oc-lib v0.0.0-20241210130147-1de488859957 + cloud.o-forge.io/core/oc-lib v0.0.0-20241216081754-21d08204b5ba github.com/beego/beego/v2 v2.3.1 github.com/smartystreets/goconvey v1.7.2 go.uber.org/zap v1.27.0