go-socks5 @ v0.1.2
integrity
- size
- 37.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/things-go/go-socks5
release notes
Changelog
- 32dc73ca852826d556fb6de9b7f8f631eaace001 Merge pull request #118 from things-go/dependabot/github_actions/codecov/codecov-action-6
- 6c345d08f52925677e81dd211fc4bca0fc9e9629 Merge pull request #123 from things-go/dependabot/github_actions/codecov/codecov-action-7
- ddd4f4da20ac6d9f7962bab37472a59f62766993 Merge pull request #124 from things-go/dependabot/github_actions/actions/checkout-7
- b17fab9b611fe07a0598bea45df79bc56cab7e14 Merge pull request #125 from things-go/dependabot/github_actions/actions/cache-6
- 6f839f9e13af135ae32109e8f9a11af103fe15eb Merge pull request #128 from things-go/dependabot/github_actions/actions/setup-go-7
- ff78d45b37a51025b3eec879b3e9c9960980bfe6 Merge pull request #129 from things-go/dependabot/github_actions/github/codeql-action-4.37.3
- e368e2ccd748b6886ce84c1d6dba2fce46ce3155 Merge pull request #130 from things-go/dependabot/github_actions/github/codeql-action-4.37.5
- 1217f512dc74d2240d33e86b741861f7ab0213b2 Merge pull request #131 from things-go/dependabot/github_actions/github/codeql-action-4.37.6
- ebc1e3e2a1b3055528c9d2a8cff5fd10fa7abe85 Merge pull request #133 from things-go/dependabot/go_modules/github.com/stretchr/testify-1.12.1
- 05a79ad263bcdbf22229cacf3be12d3383006f27 Merge pull request #134 from things-go/dependabot/github_actions/github/codeql-action-4.37.7
- ef5ae2a2c0fb655e89005fde75a35f1647e84071 chore(deps): bump actions/cache from 5 to 6
- 55c8648526627b25983e6c500aca79779f238893 chore(deps): bump actions/checkout from 6 to 7
- 6c8fd8f2069f9cd1ad289f16c1a9d560259e30f3 chore(deps): bump actions/setup-go from 6 to 7
- 7a5959f8059a7b95ca6981f0b80565aff631d44f chore(deps): bump codecov/codecov-action from 5 to 6
- 40218623b8bd08f476a7c3b8df89445b7a987950 chore(deps): bump codecov/codecov-action from 6 to 7
- 8242de975512506353f88554c08370aea1f242f6 chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1
- 77c304d15a162df0514cd8cebdb9a90d584e6545 chore(deps): bump github/codeql-action from 4 to 4.37.3
- a2729d03d4db03251610ff783a7cc93f5afca6c8 chore(deps): bump github/codeql-action from 4.37.3 to 4.37.5
- 925aeedad7bffffc7bef0accfc1e3b0d63804f70 chore(deps): bump github/codeql-action from 4.37.5 to 4.37.6
- c6b188187f00d2634ca9b030f7587b747aa2b211 chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7
- 350d1205af1273f15dc9c0ff3426d35727aa727a chore: add agents.md
- ff096ec3d76f71f0aef36b7fe781eada085883c6 chore: upgrade ci go version
- e5cebe343c03e86119eb640fb725e04bd42bf94a fix: do not panic in buffer pool
download
unix · zip
curl -fL -o v0.1.2.zip https://ratatoskr.space/pkg/go-socks5/v0.1.2.zip
printf '%s %s\n' '5af419cf6f5f6288a9d58b68963b974a09c17b3759faf17b5a6f3c96fcc1c79e' 'v0.1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/go-socks5/v0.1.2.zip"
$out = "v0.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5af419cf6f5f6288a9d58b68963b974a09c17b3759faf17b5a6f3c96fcc1c79e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.2.tar.gz https://ratatoskr.space/pkg/go-socks5/v0.1.2.tar.gz
printf '%s %s\n' '0bb4d3fbf8aa7cf8a52823068ef90aef79ad897feb25a083f0d2b93586e23bb3' 'v0.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/go-socks5/v0.1.2.tar.gz"
$out = "v0.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0bb4d3fbf8aa7cf8a52823068ef90aef79ad897feb25a083f0d2b93586e23bb3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.zip
printf '%s %s\n' '5af419cf6f5f6288a9d58b68963b974a09c17b3759faf17b5a6f3c96fcc1c79e' 'v0.1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.zip"
$out = "v0.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5af419cf6f5f6288a9d58b68963b974a09c17b3759faf17b5a6f3c96fcc1c79e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.tar.gz
printf '%s %s\n' '0bb4d3fbf8aa7cf8a52823068ef90aef79ad897feb25a083f0d2b93586e23bb3' 'v0.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.tar.gz"
$out = "v0.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0bb4d3fbf8aa7cf8a52823068ef90aef79ad897feb25a083f0d2b93586e23bb3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.2.zip | zip | 37.9 KiB |
blake3-24 e4ea21783baea60dbc7045d1edd52da89c63d7b04e6c4ca1
sha256 5af419cf6f5f6288a9d58b68963b974a09c17b3759faf17b5a6f3c96fcc1c79e
sha1 1b6382961e05be6e9dbe74165718ca40ddc5828f
|
| v0.1.2.tar.gz | tar.gz | 23.5 KiB |
blake3-24 aa47b6bc4ac84cb45156dcd8960a502c957fdbec547ce937
sha256 0bb4d3fbf8aa7cf8a52823068ef90aef79ad897feb25a083f0d2b93586e23bb3
sha1 258bb7a4d397cee2b5dac71107957c6b1cc21226
|
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.2.zip | zip | 38.8 KiB |
blake3-24 c197326ebaa13308af93cac9247f5e2bf09a7f947f460653
sha256 57136b29055580cbfd49e3ea3b2b1659b0dcc288f9e3a5d1b9c89c09f364b6d1
sha1 2d8c5816a5d51b3f6cf84797efdf467d1f66fd86
|
install
bazel
http_archive(
name = "go-socks5",
urls = ["https://ratatoskr.space/pkg/go-socks5/v0.1.2.tar.gz"],
integrity = "sha256-C7TT+/iqfPilKCMGjvkK73mtiX/rJaCD8NK5NYbiO7M=",
strip_prefix = "go-socks5-v0.1.2",
)
zig
.url = "https://ratatoskr.space/pkg/go-socks5/v0.1.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/go-socks5@v0.1.2
install via yggdrasil mesh
bazel
http_archive(
name = "go-socks5",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.tar.gz"],
integrity = "sha256-C7TT+/iqfPilKCMGjvkK73mtiX/rJaCD8NK5NYbiO7M=",
strip_prefix = "go-socks5-v0.1.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5/v0.1.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/go-socks5@v0.1.2