From 7019d41f031c120a0b9daef6b719cfe4fb81a212 Mon Sep 17 00:00:00 2001 From: Cameron Elliott Date: Sat, 6 Feb 2021 22:10:32 -0800 Subject: [PATCH] Rename from sfu-x186k to sfu1 --- .github/workflows/release.yml | 4 ++-- .gitignore | 2 +- README.md | 2 +- cmd/rtptesttool/main.go | 2 +- go.mod | 2 +- main.go | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 791f880..0477b47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: # goversion: "https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz" goversion: "https://golang.org/dl/go1.16rc1.linux-amd64.tar.gz" project_path: "." - binary_name: "sfu-x186k" + binary_name: "sfu1" extra_files: LICENSE README.md @@ -80,7 +80,7 @@ jobs: id: docker_meta uses: crazy-max/ghaction-docker-meta@v1.11.0 with: - images: x186k/sfu-x186k # list of Docker images to use as base name for tags + images: x186k/sfu1 # list of Docker images to use as base name for tags tag-sha: true # add git short SHA as Docker tag - name: Set up QEMU diff --git a/.gitignore b/.gitignore index 502e6cb..caacfe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ core .vscode workspace.code-workspace -sfu-x186k +sfu1 embed # do not track intermediate files used for making idle screens diff --git a/README.md b/README.md index 02a821b..9a8c5c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# sfu-x186k +# sfu1 ## Goals diff --git a/cmd/rtptesttool/main.go b/cmd/rtptesttool/main.go index 2952a38..ed37ed6 100644 --- a/cmd/rtptesttool/main.go +++ b/cmd/rtptesttool/main.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/x186k/sfu-x186k/rtpsplice" + "github.com/x186k/sfu1/rtpsplice" ) func checkPanic(err error) { diff --git a/go.mod b/go.mod index cfbd030..2fbf78b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/x186k/sfu-x186k +module github.com/x186k/sfu1 go 1.16 diff --git a/main.go b/main.go index c30f483..8225f08 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ import ( "github.com/libdns/cloudflare" "github.com/libdns/duckdns" "github.com/pkg/profile" - "github.com/x186k/sfu-x186k/rtpsplice" + "github.com/x186k/sfu1/rtpsplice" "golang.org/x/sync/semaphore" //"net/http/httputil"