chore: update module name

This commit is contained in:
Toby 2022-11-16 22:57:35 -08:00
parent 4a0b66e9b3
commit 7ce4bf7dbe
40 changed files with 92 additions and 92 deletions

View file

@ -9,9 +9,9 @@ ARG GOPROXY=""
ENV GOPROXY ${GOPROXY}
COPY . /go/src/github.com/hynetwork/hysteria
COPY . /go/src/github.com/apernet/hysteria
WORKDIR /go/src/github.com/hynetwork/hysteria
WORKDIR /go/src/github.com/apernet/hysteria
RUN set -ex \
&& apk add git build-base bash \