git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/README.md (about)

     1  Go libraries that I reuse across my projects. NOT SAFE FOR PUBLIC USE ☢️
     2  
     3  The code is licensed under AGPL-3.0 (see `LICENSE.txt`)
     4  
     5  ## Libs
     6  
     7  `barcode` is a fork of https://git.sr.ht/~pingoo/stdx/barcode commit 65580ac6e377baeeebd5bb702e15795ead22e48d - License: MIT
     8  
     9  
    10  `cobra` is a fork of https://github.com/spf13/cobra commit 212ea4078323771dc49b6f25a41d84efbaac3a4c to remove a lot of dependencies (`doc` directory deleted) - License: Apache 2.0
    11  
    12  ```shell
    13  $ cd cobra && rm -rf doc go.mod go.sum && cd ..
    14  ```
    15  
    16  `concurrentmap` is a fork of https://github.com/orcaman/concurrent-map commit 85296bce05256a80153a9e0c2bf6f4e167a4fe8d - License: MIT
    17  
    18  `cors` is a fork of https://github.com/rs/cors commit fcebdb403f4d4585c705318c0e4d6d05a761a4ab - License: MIT
    19  
    20  `cpuinfo` is a fork of https://github.com/klauspost/cpuid commit d685acd433f5dde4e315aa5b1eb8e72b9ecce117 - License: MIT
    21  
    22  `cron` is a fork of https://github.com/robfig/cron commit bc59245fe10efaed9d51b56900192527ed733435 - License: MIT
    23  
    24  `crypto/chacha` is a fork of https://github.com/aead/chacha20 commit 8b13a72661dae6e9e5dea04f344f0dc95ea29547 - License: MIT
    25  
    26  `feeds` is a fork of https://github.com/jlelse/feeds commit 189f94254ad4b61b3b1908cf493f94390dc79870 - License: BSD 2-Clause
    27  
    28  `goldmark-highlighting` is a fork of https://github.com/yuin/goldmark-highlighting commit 151362477c8778cdfd54adeea5cb3405231f3018 - License: MIT
    29  
    30  `hostrouter` is a fork of https://github.com/go-chi/hostrouter commit 03da900f6d45aaf0d5a1f392e2bafe8437ae5102 - License: MIT
    31  
    32  `imaging` is a fork of https://github.com/disintegration/imaging commit d40f48ce0f098c53ab1fcd6e0e402da682262da5 - License: MIT
    33  
    34  `migrate` is a fork of https://github.com/joncalhoun/migrate commit 34a9ee7d2b52f7b9f2261c2b6d9a8a0a83890a7f - License: MIT (see https://www.calhoun.io/database-migrations-in-go/)
    35  
    36  `mmdb` is a fork of https://git.sr.ht/~pingoo/stdx/mmdb commit 93d288be3cd9f86d28e7e2ad6b3950368a6cd152 - License: ISC
    37  
    38  `namesgenerator` is a fork of https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go commit 0f052eb4f56c05dcb8c444823ebde6ce0fac7197 - Licesne: Apache 2.0
    39  
    40  `otp` is a fork of https://git.sr.ht/~pingoo/stdx/otp commit c62dc589378ae5c364d36819ddfb03fe391635ad - License: Apache 2.0
    41  
    42  `retry` is a fork of https://github.com/avast/retry-go commit 27363a141859f4031a7726c5bffcd670fb42d286 - License: MIT
    43  
    44  `schema` is a fork of https://github.com/gorilla/schema.git commit 5fca2dce7a3a9cde2cd764a822ae373b4aaaaece - License: BSD-3-Clause
    45  
    46  `singleinstance` is a fork of https://github.com/snabb/sitemap commit ac70ad656cd7f36cc5623306806a3583707c9a56 - License: MIT
    47  
    48  `sitemap` is a fork of https://github.com/postfinance/singlecommit 43dccf267e7c560d78380cbc074044ee27fb6e97 - License: MIT
    49  
    50  `sysinfo` is a fork of https://git.sr.ht/~pingoo/stdx/sysinfo commit 99e836ba64f229922382eecd8a346e6b3d1b560a - License: MIT
    51  
    52  `toml` is a fork of https://git.sr.ht/~pingoo/stdx/toml commit 1ba7f5b05951c7331f4eefea9bce295e2cb141f2 - License: MIT
    53  
    54  `useragent` is a fork of https://github.com/mileusna/useragent commit f0b3dcfa90b239ba5323bded5eb433e3b7250b29 - License: MIT
    55  
    56  `uuid` is a fork of https://github.com/google/uuid commit 0f11ee6918f41a04c201eceeadf612a377bc7fbc - License: BSD-3 Clause
    57  
    58  `validate` is a fork of https://github.com/asaskevich/govalidator commit f21760c49a8d602d863493de796926d2a5c1138d - License: MIT
    59  
    60  
    61  ## Maintenance
    62  
    63  ```bash
    64  $ go get -u ./...
    65  $ go mod tidy
    66  ```