From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Re: importing/refreshing Go packages Date: Mon, 17 Feb 2020 16:43:08 -0500 (EST) Message-ID: References: <20200214185104.GA17298@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47426) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3oAZ-0007qj-6M for guix-devel@gnu.org; Mon, 17 Feb 2020 16:43:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3oAY-0004mc-7S for guix-devel@gnu.org; Mon, 17 Feb 2020 16:43:11 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:55030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3oAY-0004mK-4A for guix-devel@gnu.org; Mon, 17 Feb 2020 16:43:10 -0500 In-Reply-To: <20200214185104.GA17298@jasmine.lan> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org On Fri, 14 Feb 2020, Leo Famulari wrote: > On Fri, Feb 14, 2020 at 12:08:08PM -0500, Jack Hill wrote: >> Leo and Guix, >> >> I noticed that you recently updated syncthing and many of its dependencies. >> Did you do this by hand? I'm wondering if it would make things easier if we >> had a recursive importer. > > Yes, I did it by hand. I look at the history of Syncthings 'go.mod' file > (and sometimes 'go.sum'). It's tedious but not too bad... > > An importer / updater would be very welcome. I feel like it should be > easy with 'go.mod'. Leo, Thanks for your reply. I, too, am hopeful that go.mod will be helpful. Best, Jack