diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-14 11:27:36 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-14 12:05:51 +0100 |
commit | 1cfaa79e6d90eb3eaa476a15abc2c4ca8ee78e03 (patch) | |
tree | 3f57fdaab75c714ecbe871f53cddf84db81041a1 /gnu/packages/ipfs.scm | |
parent | e48d51faf0c1e17e4779a75f1a8ae2f6a2ce5bd2 (diff) |
gnu: go-github-com-golang-groupcache-lru: Import all go modules.
Rename go-github-com-golang-groupcache-lru to
go-github-com-golang-groupcache to reflect go.mod import path as seen in
<https://pkg.go.dev/github.com/golang/groupcache>. It will provide other
available submodules together with main module groupcache: lru,
singleflight, groupcachepb and consistenthash.
* gnu/packages/syncthing.scm (go-github-com-golang-groupcache):
[arguments]: Remove <#:unpack-path>, update <#:import-path> to make
other modules available.
[propagated-inputs]: Add go-github-com-golang-protobuf-proto.
* gnu/packages/ipfs.scm (kubo): [inputs]: Remove
go-github-com-golang-groupcache-lru, add
go-github-com-golang-groupcache.
Change-Id: I455eecd2ebeff5f456f83621aa85b4de7d60304e
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r-- | gnu/packages/ipfs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 460ee085ec..02678a6b96 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -353,7 +353,7 @@ written in Go.") go-github-com-francoispqt-gojay go-github-com-fsnotify-fsnotify go-github-com-gogo-protobuf - go-github-com-golang-groupcache-lru + go-github-com-golang-groupcache go-github-com-golang-snappy go-github-com-google-uuid go-github-com-gorilla-mux |