mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kubo: Unbundle go-github-com-quic-go-quic-go.
* gnu/packages/ipfs.scm (kubo): Unbundle go-github-com-quic-go-quic-go. [inputs]: Remove go-github-com-francoispqt-gojay and go-github-com-gogo-protobuf; add go-github-com-quic-go-quic-go. Change-Id: I4838bfed195b5e094f68ef73333ce9c7c7c7566e
This commit is contained in:
parent
2234a1f282
commit
c3fe248e69
1 changed files with 4 additions and 4 deletions
|
@ -441,6 +441,7 @@ (define-public kubo
|
|||
"vendor/github.com/prometheus/client_model"
|
||||
"vendor/github.com/prometheus/common"
|
||||
"vendor/github.com/prometheus/procfs"
|
||||
"vendor/github.com/quic-go/quic-go"
|
||||
"vendor/github.com/spaolacci"
|
||||
"vendor/github.com/stretchr"
|
||||
"vendor/github.com/syndtr"
|
||||
|
@ -542,6 +543,7 @@ (define-public kubo
|
|||
go-github-com-pbnjay-memory
|
||||
go-github-com-pkg-errors
|
||||
go-github-com-prometheus-client-golang
|
||||
go-github-com-quic-go-quic-go
|
||||
go-github-com-stretchr-testify
|
||||
go-github-com-syndtr-goleveldb-leveldb
|
||||
;;go-github-com-tidwall-gjson
|
||||
|
@ -570,10 +572,8 @@ (define-public kubo
|
|||
;; A list of indirect dependencies requiring for the vendored models.
|
||||
;; XXX: Remove them when all of the vendored packages are available.
|
||||
;;
|
||||
go-github-com-alecthomas-units
|
||||
go-github-com-flynn-noise
|
||||
go-github-com-francoispqt-gojay
|
||||
go-github-com-gogo-protobuf
|
||||
go-github-com-alecthomas-units ; github.com/ipfs/boxo
|
||||
go-github-com-flynn-noise ; github.com/libp2p/go-libp2p
|
||||
go-github-com-golang-groupcache
|
||||
go-github-com-gorilla-mux
|
||||
go-github-com-gorilla-websocket
|
||||
|
|
Loading…
Reference in a new issue