Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Real Programmers think better when playing Adventure or Rogue.


computers / alt.privacy.anon-server / Re: Yamn Go issue

SubjectAuthor
* Yamn Go issueVictor53
+* Re: Yamn Go issueSEC3
|`- Re: Yamn Go issueSEC3
`- Re: Yamn Go issueZax

1
Yamn Go issue

<suge2n$3kmo6$1@news.mixmin.net>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=11588&group=alt.privacy.anon-server#11588

 copy link   Newsgroups: alt.privacy.anon-server
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!.POSTED!not-for-mail
From: Victo...@torbox3uiot6wchz.onion (Victor53)
Newsgroups: alt.privacy.anon-server
Subject: Yamn Go issue
Date: Tue, 15 Feb 2022 15:41:05 +0100
Organization: Victor53
Message-ID: <suge2n$3kmo6$1@news.mixmin.net>
Reply-To: Victor53@torbox3uiot6wchz.onion
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 15 Feb 2022 14:41:27 -0000 (UTC)
Injection-Info: news.mixmin.net; posting-host="146f252026aa2d44e2672314e9d41948f12c744a";
logging-data="3824390"; mail-complaints-to="abuse@mixmin.net"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
Firefox/68.0 SeaMonkey/2.53.10.2
X-Mozilla-News-Host: snews://ruxuklsvo4pk74m5.onion:563
 by: Victor53 - Tue, 15 Feb 2022 14:41 UTC

> go install: github.com/crooks/yamn@latest (in github.com/crooks/yamn@v0.2.6):
> The go.mod file for the module providing named packages contains one or
> more replace directives. It must not contain directives that would cause
> it to be interpreted differently than if it were the main module.

How would you explain this ?

regards

Re: Yamn Go issue

<_MPOJ.22646$EjU2.4518@fx07.ams1>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=11589&group=alt.privacy.anon-server#11589

 copy link   Newsgroups: alt.privacy.anon-server
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!fx07.ams1.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Subject: Re: Yamn Go issue
Content-Language: en-US
Newsgroups: alt.privacy.anon-server
References: <suge2n$3kmo6$1@news.mixmin.net>
From: adm...@sec3.net (SEC3)
In-Reply-To: <suge2n$3kmo6$1@news.mixmin.net>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 26
Message-ID: <_MPOJ.22646$EjU2.4518@fx07.ams1>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Tue, 15 Feb 2022 15:37:30 UTC
Organization: blocknews - www.blocknews.net
Date: Tue, 15 Feb 2022 10:37:30 -0500
X-Received-Bytes: 1368
 by: SEC3 - Tue, 15 Feb 2022 15:37 UTC

On 2022-02-15 09:41, Victor53 wrote:
>> go install: github.com/crooks/yamn@latest (in
>> github.com/crooks/yamn@v0.2.6):
>>     The go.mod file for the module providing named packages contains
>> one or
>>     more replace directives. It must not contain directives that would
>> cause
>>     it to be interpreted differently than if it were the main module.
>
>
> How would you explain this ?
>
> regards

Interesting. I googled this and discovered that the command "go install"
does not allow version suffixes like @latest.

Maybe try:

go install github.com/crooks/yamn

--
SEC3

YAMN Tutorials - https://sec3.net/yamnhelp

Re: Yamn Go issue

<ReQOJ.22647$EjU2.247@fx07.ams1>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=11590&group=alt.privacy.anon-server#11590

 copy link   Newsgroups: alt.privacy.anon-server
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.uzoreto.com!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!fx07.ams1.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Subject: Re: Yamn Go issue
Content-Language: en-US
Newsgroups: alt.privacy.anon-server
References: <suge2n$3kmo6$1@news.mixmin.net> <_MPOJ.22646$EjU2.4518@fx07.ams1>
From: adm...@sec3.net (SEC3)
In-Reply-To: <_MPOJ.22646$EjU2.4518@fx07.ams1>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 35
Message-ID: <ReQOJ.22647$EjU2.247@fx07.ams1>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Tue, 15 Feb 2022 16:09:21 UTC
Organization: blocknews - www.blocknews.net
Date: Tue, 15 Feb 2022 11:09:20 -0500
X-Received-Bytes: 1669
 by: SEC3 - Tue, 15 Feb 2022 16:09 UTC

On 2022-02-15 10:37, SEC3 wrote:
> On 2022-02-15 09:41, Victor53 wrote:
>>> go install: github.com/crooks/yamn@latest (in
>>> github.com/crooks/yamn@v0.2.6):
>>>     The go.mod file for the module providing named packages contains
>>> one or
>>>     more replace directives. It must not contain directives that
>>> would cause
>>>     it to be interpreted differently than if it were the main module.
>>
>>
>> How would you explain this ?
>>
>> regards
>
> Interesting. I googled this and discovered that the command "go install"
> does not allow version suffixes like @latest.
>
> Maybe try:
>
> go install github.com/crooks/yamn
>
>

Alternatively, you can download the YAMN source code,
<https://github.com/crooks/yamn/archive/refs/heads/master.zip>

extract the zip file, move into that folder and then do command
"go build"

--
SEC3

YAMN Tutorials - https://sec3.net/yamnhelp

Re: Yamn Go issue

<slrnt0oa2s.e3v.admin@fleegle.mixmin.net>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=11592&group=alt.privacy.anon-server#11592

 copy link   Newsgroups: alt.privacy.anon-server
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!.POSTED!not-for-mail
From: adm...@mixmin.net (Zax)
Newsgroups: alt.privacy.anon-server
Subject: Re: Yamn Go issue
Date: Tue, 15 Feb 2022 22:25:32 -0000 (UTC)
Organization: Mixmin
Message-ID: <slrnt0oa2s.e3v.admin@fleegle.mixmin.net>
References: <suge2n$3kmo6$1@news.mixmin.net>
Injection-Date: Tue, 15 Feb 2022 22:25:32 -0000 (UTC)
Injection-Info: news.mixmin.net; posting-host="c4af4a3027e8317d29ea238d8aa6bb2f616aa3fc";
logging-data="3888421"; mail-complaints-to="abuse@mixmin.net"
User-Agent: slrn/pre1.0.4-2 (Linux)
 by: Zax - Tue, 15 Feb 2022 22:25 UTC

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Tue, 15 Feb 2022 15:41:05 +0100, Victor53 wrote in
Message-Id: <suge2n$3kmo6$1@news.mixmin.net>:

>> go install: github.com/crooks/yamn@latest (in github.com/crooks/yamn@v0.2.6):
>> The go.mod file for the module providing named packages contains one or
>> more replace directives. It must not contain directives that would cause
>> it to be interpreted differently than if it were the main module.
>
>
> How would you explain this ?

What command are you issuing? It looks like you're using "go install"
with a version suffix. Check out:
https://github.com/golang/go/issues/40276

The replace directive is used because I added some functionality to
another module and the merge request hasn't been accepted.
https://github.com/Masterminds/log-go/pull/21

Until they accept (or reject) it, I redirect people to my forked
version of their repo:
https://github.com/crooks/log-go

You can view the actual replace statement here:
https://github.com/crooks/yamn/blob/master/go.mod#L17

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJHudPu4ysYQcZBcigyyPTc2QQmMFAmIMKFsACgkQgyyPTc2Q
QmMzxQ//fxnZrukpU0z2OQ9/LjKkZnGaxG5g32Libldgorq05K2lbPghvjnzjHb0
Bkcq25KOYLBPzUKNXD7ZUdgW5gO8GUMWWZF2XH1urcE9RfhvB8CQdjfBCWzaTVuB
8weTRgjuDBA+jXmghCX/UCAUCwA1ph/iqG2/90rp+y2Xj6CIUO6vcTNQ4eyII1ko
uE/kggyU+Q6u4ge0TKEtkKSZWj62nhi+Bb4JImM4Q/m5BBXoEYL7sHWA/JJQxtFz
dITiayNHKijwiRyvlBgugcOb2Gwj4t5AcRwK1QL4O1CJsJI37ijPvCN/wYQGaeIk
VQzJPF/gWKJYNpDij7ghj19XJFYyHLy7/yCpjmfD50lbNrFlE8bBkxyE8PZuwfje
P//w2//d9GDGrPRRj6yMcjzuClvd3IIth9zEh4fb/5kGLeU/q9XPJ/IMhvPLVVOB
d4rhZ2u25sC09PAQwzxqU1mAO9Nw2+IjsTV74Kn4qUxyL0+pLzWusRxfpA9rIyWH
zdfFXfhHm5rNLppZ6j2tHIjdyAxta3xZsmlVUEiTw+Q6QOekKSRp1ee8qsaDLIAE
V473oH1LYSljMEzpQhDuBp84BHxEHgSszfpFKsVLy8tW7ORuHtUd6JcfF86B4sDi
uQ1emLccAMyToljgOz3aiARc5VN4vXGBdZw077UjUMJVLdJTs/8=
=PZ+k
-----END PGP SIGNATURE-----

--
pub 1024D/228761E7 2003-06-04 Steven Crook <steve@mixmin.net>
Key fingerprint = 1CD9 95E1 E9CE 80D6 C885 B7EB B471 80D5 2287 61E7
ssb rsa4096/832C8F4DCD904263 created: 2019-05-04 expires: 2024-05-02 usage: S

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor