libregram / chatengine

[Work in progress] Opensource mtproto server written in golang with compatible Telegram clients
Apache License 2.0
2 stars 0 forks source link

deprecations #1

Open nonlin-lin-chaos-order-etc-etal opened 1 week ago

nonlin-lin-chaos-order-etc-etal commented 1 week ago
: sudo PWD=${PWD} make -j$(expr $(nproc) - 1)
docker build -t libregram/server -f Dockerfile .
docker-compose up -d
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/
nonlin-lin-chaos-order-etc-etal commented 1 week ago
Step 10/34 : RUN cd ${TARGET_DIR}/messenger/biz_server && go get && go build -ldflags='-s -w'

go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: warning: github.com/gomodule/redigo@v2.0.0+incompatible: retracted by module author: Old development version not maintained or published.