From fc6866e229ba8b4278ed1dce79351b40481e6c2a Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 6 Jul 2023 10:44:51 +0200 Subject: Set module name for hosting at gitlab.torproject.org --- README.md | 4 ++-- docs/operations.md | 1 + go.mod | 2 +- main.go | 8 ++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4073b4b..9f357b3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A tool that visits a list of domains over HTTPS to see if they have [Onion-Location]: https://community.torproject.org/onion-services/advanced/onion-location/ -**Warning:** research prototype. The source code may also be moved. +**Warning:** research prototype. ## Quickstart @@ -19,7 +19,7 @@ You will need a [Go compiler][] on the local system: Install `onion-grab`: - $ go install git.cs.kau.se/rasmoste/onion-grab@latest + $ go install gitlab.torproject.org/tpo/onion-services/onion-grab@latest List all options: diff --git a/docs/operations.md b/docs/operations.md index 3f67a92..9c213d6 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -130,6 +130,7 @@ In the full measurement, we had to replace Stockholm with Frankfurt (see notes). | 2023/04/13 | 00:35:38 | de fra completed | minor exit bug [18] | | 2023/04/13 | 05:40 | prepare dataset (de fra) | moving files on VM-3, transfer to VM-1 [19] | | 2023/04/13 | 05:50 | experiment is completed | datasets are ready, zipped, and documented | +| 2023/07/06 | | move source to tpo gitlab | git.cs.kau.se/rasmoste is not a stable home | ## Notes diff --git a/go.mod b/go.mod index f40cef9..5bae246 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.cs.kau.se/rasmoste/onion-grab +module gitlab.torproject.org/tpo/onion-services/onion-grab go 1.20 diff --git a/main.go b/main.go index 982bf81..539e86f 100644 --- a/main.go +++ b/main.go @@ -14,10 +14,10 @@ import ( "syscall" "time" - "git.cs.kau.se/rasmoste/onion-grab/internal/line" - "git.cs.kau.se/rasmoste/onion-grab/internal/onionloc" - "git.cs.kau.se/rasmoste/onion-grab/internal/options" - "git.cs.kau.se/rasmoste/onion-grab/internal/qna" + "gitlab.torproject.org/tpo/onion-services/onion-grab/internal/line" + "gitlab.torproject.org/tpo/onion-services/onion-grab/internal/onionloc" + "gitlab.torproject.org/tpo/onion-services/onion-grab/internal/options" + "gitlab.torproject.org/tpo/onion-services/onion-grab/internal/qna" ) func main() { -- cgit v1.2.3