me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-05-23 00:40:01 +01:00
parent 2234a1f282
commit c3fe248e69
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 4 additions and 4 deletions

View File

@ -441,6 +441,7 @@ written in Go.")
"vendor/github.com/prometheus/client_model" "vendor/github.com/prometheus/client_model"
"vendor/github.com/prometheus/common" "vendor/github.com/prometheus/common"
"vendor/github.com/prometheus/procfs" "vendor/github.com/prometheus/procfs"
"vendor/github.com/quic-go/quic-go"
"vendor/github.com/spaolacci" "vendor/github.com/spaolacci"
"vendor/github.com/stretchr" "vendor/github.com/stretchr"
"vendor/github.com/syndtr" "vendor/github.com/syndtr"
@ -542,6 +543,7 @@ written in Go.")
go-github-com-pbnjay-memory go-github-com-pbnjay-memory
go-github-com-pkg-errors go-github-com-pkg-errors
go-github-com-prometheus-client-golang go-github-com-prometheus-client-golang
go-github-com-quic-go-quic-go
go-github-com-stretchr-testify go-github-com-stretchr-testify
go-github-com-syndtr-goleveldb-leveldb go-github-com-syndtr-goleveldb-leveldb
;;go-github-com-tidwall-gjson ;;go-github-com-tidwall-gjson
@ -570,10 +572,8 @@ written in Go.")
;; A list of indirect dependencies requiring for the vendored models. ;; A list of indirect dependencies requiring for the vendored models.
;; XXX: Remove them when all of the vendored packages are available. ;; XXX: Remove them when all of the vendored packages are available.
;; ;;
go-github-com-alecthomas-units go-github-com-alecthomas-units ; github.com/ipfs/boxo
go-github-com-flynn-noise go-github-com-flynn-noise ; github.com/libp2p/go-libp2p
go-github-com-francoispqt-gojay
go-github-com-gogo-protobuf
go-github-com-golang-groupcache go-github-com-golang-groupcache
go-github-com-gorilla-mux go-github-com-gorilla-mux
go-github-com-gorilla-websocket go-github-com-gorilla-websocket