yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/go-socks5/v0.1.0
vault / go-socks5 / v0.1.0

go-socks5 @ v0.1.0

integrity

size
34.8 KiB
downloaded
last checked
overlays
go
detected
go module github.com/things-go/go-socks5
source https://github.com/things-go/go-socks5 · available · github

release notes

Changelog

download

unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/go-socks5/v0.1.0.zip
                    printf '%s  %s\n' '45e8395f0b627561c18dba008f26c938efe92e6cd4b978f8f1ea6755e1b31f1c' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-socks5/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "45e8395f0b627561c18dba008f26c938efe92e6cd4b978f8f1ea6755e1b31f1c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/go-socks5/v0.1.0.tar.gz
                    printf '%s  %s\n' '5c5c75ad9558deeebbecbdcc6dc19a94d3725abcb0f259ba398b0bed830eefc4' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-socks5/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5c5c75ad9558deeebbecbdcc6dc19a94d3725abcb0f259ba398b0bed830eefc4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.zip
                    printf '%s  %s\n' '45e8395f0b627561c18dba008f26c938efe92e6cd4b978f8f1ea6755e1b31f1c' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "45e8395f0b627561c18dba008f26c938efe92e6cd4b978f8f1ea6755e1b31f1c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.tar.gz
                    printf '%s  %s\n' '5c5c75ad9558deeebbecbdcc6dc19a94d3725abcb0f259ba398b0bed830eefc4' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5c5c75ad9558deeebbecbdcc6dc19a94d3725abcb0f259ba398b0bed830eefc4") { throw "sha256 mismatch" }
artifact format size hashes
v0.1.0.zip zip 35.0 KiB
blake3-24 d53840018c59e05b7cee1000ca8034b9255b4e3a10633625
sha256 45e8395f0b627561c18dba008f26c938efe92e6cd4b978f8f1ea6755e1b31f1c
sha1 64484b4ec055547ba80f1186bd88d12a4db30185
v0.1.0.tar.gz tar.gz 21.4 KiB
blake3-24 091f9d75d17c11e454e4e90ed88fb5196d02b3bdd78df536
sha256 5c5c75ad9558deeebbecbdcc6dc19a94d3725abcb0f259ba398b0bed830eefc4
sha1 bc9ed81e420989bade45f21365e77830d47e2ecd

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v0.1.0.zip zip 35.9 KiB
blake3-24 0344a3047ac1fd08b7ab33245b0acfdaffa2dbe8305ab0d8
sha256 f548aabc9dbcc8a6d0a8265a7591f343942490ddddf52d01c8a2b55ee15cc8bf
sha1 19bd052c9376af5788938d5a16e832aeef6418ff

install

bazel
http_archive(
    name = "go-socks5",
    urls = ["https://ratatoskr.space/pkg/go-socks5/v0.1.0.tar.gz"],
    integrity = "sha256-XFx1rZVY3u677L3MbcGalNNyWryw8lm6OYsL7YMO78Q=",
    strip_prefix = "go-socks5-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/go-socks5/v0.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/go-socks5@v0.1.0
install via yggdrasil mesh
bazel
http_archive(
    name = "go-socks5",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.tar.gz"],
    integrity = "sha256-XFx1rZVY3u677L3MbcGalNNyWryw8lm6OYsL7YMO78Q=",
    strip_prefix = "go-socks5-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5@v0.1.0
← v0.1.1