Code Monkey home page Code Monkey logo

Comments (9)

zackbloom avatar zackbloom commented on May 12, 2024 5

We're working on releasing our internal brotli wrapper to fix this issue.

from cloudflared.

AaronFriel avatar AaronFriel commented on May 12, 2024 4

Is there an ETA on this?

from cloudflared.

rufoa avatar rufoa commented on May 12, 2024 2

confirmed unfixed as above

from cloudflared.

ntfrnzn avatar ntfrnzn commented on May 12, 2024 2

now waiting on a release from cloudflare that includes something like #39

from cloudflared.

moderation avatar moderation commented on May 12, 2024 1

From just now, I'm still getting this error.

go get -u github.com/cloudflare/cloudflared/cmd/cloudflared
package code.cfops.it/go/brotli: unrecognized import path "code.cfops.it/go/brotli" (https fetch: Get https://code.cfops.it/go/brotli?go-get=1: dial tcp 198.41.246.191:443: i/o timeout)

from cloudflared.

sssilver avatar sssilver commented on May 12, 2024 1

Hi @sudhaker,

We have just pushed a fix for this (along with other changes). master should be buildable effortlessly by simply running go build.

from cloudflared.

moderation avatar moderation commented on May 12, 2024

I was hoping this was a temporary DNS issue but this dependency still isn't resolving.

from cloudflared.

sssilver avatar sssilver commented on May 12, 2024

This issue has been resolved in the latest version.

Please reopen if you're still experiencing it.

from cloudflared.

sudhaker avatar sudhaker commented on May 12, 2024

This simple merge is taking forever.

Anyway, this workaround is working for my docker build (alpine linux)

FROM golang:alpine AS build-env

RUN apk update && \
    apk add git gcc g++

# Fix: https://github.com/cloudflare/cloudflared/issues/36
RUN go get github.com/cloudflare/cloudflared/cmd/cloudflared || \
    sed -i 's|"code.cfops.it/go/brotli"|brotli "github.com/cloudflare/brotli-go"|' src/github.com/cloudflare/cloudflared/h2mux/h2_compressor_brotli.go && \
	go get github.com/cloudflare/cloudflared/cmd/cloudflared

# Fix: https://github.com/cloudflare/cloudflared/issues/31
RUN rm -rf $GOPATH/src/github.com/coredns/coredns/vendor/golang.org/x/net/trace/

RUN go build github.com/cloudflare/cloudflared/cmd/cloudflared && \
    chmod u+x /go/cloudflared

FROM alpine:3.8
COPY --from=build-env /go/cloudflared /usr/bin/cloudflared

from cloudflared.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.