@cryptotaxi247 / kubo / commits / c9cf47dad

config: remove go-ipfs-config code

Laurent Senta committed Feb 25, 2022 at 18:50 UTC c9cf47dad5a35e36bbf355ffe009b6d7a54ecbe5
2 files changed +1 -1
README.md
-1
@@ -412,7 +412,6 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp
412 | **Namesys** |
413 | [`go-ipns`](//github.com/ipfs/go-ipns) | [![Travis CI](https://flat.badgen.net/travis/ipfs/go-ipns/master)](https://travis-ci.com/ipfs/go-ipns) | [![codecov](https://codecov.io/gh/ipfs/go-ipns/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/ipfs/go-ipns) | IPNS datastructures and validation logic |
414 | **Repo** |
415 -| [`go-ipfs-config`](//github.com/ipfs/go-ipfs-config) | [![Travis CI](https://flat.badgen.net/travis/ipfs/go-ipfs-config/master)](https://travis-ci.com/ipfs/go-ipfs-config) | [![codecov](https://codecov.io/gh/ipfs/go-ipfs-config/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/ipfs/go-ipfs-config) | go-ipfs config file definitions |
415 | [`go-fs-lock`](//github.com/ipfs/go-fs-lock) | [![Travis CI](https://flat.badgen.net/travis/ipfs/go-fs-lock/master)](https://travis-ci.com/ipfs/go-fs-lock) | [![codecov](https://codecov.io/gh/ipfs/go-fs-lock/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/ipfs/go-fs-lock) | lockfile management functions |
416 | [`fs-repo-migrations`](//github.com/ipfs/fs-repo-migrations) | [![Travis CI](https://flat.badgen.net/travis/ipfs/fs-repo-migrations/master)](https://travis-ci.com/ipfs/fs-repo-migrations) | [![codecov](https://codecov.io/gh/ipfs/fs-repo-migrations/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/ipfs/fs-repo-migrations) | repo migrations |
417 | **IPLD** |
go.mod
+1
@@ -9,6 +9,7 @@ require (
9 github.com/coreos/go-systemd/v22 v22.3.2
10 github.com/dustin/go-humanize v1.0.0
11 github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302
12 + github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5
13 github.com/fsnotify/fsnotify v1.5.1
14 github.com/gabriel-vasile/mimetype v1.4.0
15 github.com/go-bindata/go-bindata/v3 v3.1.3