Ecosyste.ms: Summary
An open API service providing a high level summary for open source projects.
https://github.com/javi11/usenet-drive
Score: -Infinity
Last synced: 6 days ago
JSON representation
Repository metadata:
- Host: GitHub
- URL: https://github.com/javi11/usenet-drive
- Owner: javi11
- Created: 2023-08-06T09:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:25:08.000Z (8 months ago)
- Last Synced: 2024-04-12T15:07:23.494Z (8 months ago)
- Language: Go
- Size: 4.9 MB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Owner metadata:
- Name: Javier Blanco
- Login: javi11
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/3855051?u=57fe0e1dd336e9c63b1e543fb6372087cae96827&v=4
- Repositories: 38
- Last Synced at: 2023-08-04T18:10:30.459Z
- Profile URL: https://github.com/javi11
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
Issue and Pull Request metadata
Last synced: 6 days ago
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 93
proxy.golang.org: github.com/javi11/usenet-drive
- Homepage: https://github.com/javi11/usenet-drive
- Documentation: https://pkg.go.dev/github.com/javi11/usenet-drive#section-documentation
- Licenses:
- Latest release: v0.0.93 (published 7 months ago)
- Last Synced: 2024-11-22T04:04:50.866Z (10 days ago)
- Versions: 93
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 9.436%
- Average: 10.037%
- Dependent repos count: 10.639%
Dependencies
.github/workflows/release.yaml
actions
- actions/checkout v3 composite
- docker/build-push-action v4.1.1 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
- wangyoucao577/go-release-action v1 composite
docker-compose.yml
docker
go.mod
go
- github.com/bytedance/sonic v1.10.0
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.0
- github.com/chrisfarms/nntp v0.0.0-20150609164919-115924d5d016
- github.com/chrisfarms/nzb v0.0.0-20151202172059-f7cdf7f0e051
- github.com/chrisfarms/yenc v0.0.0-20140520125709-00bca2f8b3cb
- github.com/creasty/defaults v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.15.3
- github.com/goccy/go-json v0.10.2
- github.com/hashicorp/errwrap v1.0.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hraban/lrucache v0.0.0-20201130153820-17052bf09781
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.2.5
- github.com/kr/pretty v0.3.1
- github.com/leodido/go-urn v1.2.4
- github.com/mattn/go-isatty v0.0.19
- github.com/mattn/go-sqlite3 v1.14.17
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/silenceper/pool v1.0.0
- github.com/sirupsen/logrus v1.9.3
- github.com/spf13/cobra v1.7.0
- github.com/spf13/pflag v1.0.5
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
- golang.org/x/arch v0.4.0
- golang.org/x/crypto v0.12.0
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
- golang.org/x/net v0.14.0
- golang.org/x/sys v0.11.0
- golang.org/x/text v0.12.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/bytedance/sonic v1.5.0
- github.com/bytedance/sonic v1.10.0-rc
- github.com/bytedance/sonic v1.10.0
- github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.0
- github.com/chrisfarms/nntp v0.0.0-20150609164919-115924d5d016
- github.com/chrisfarms/nzb v0.0.0-20151202172059-f7cdf7f0e051
- github.com/chrisfarms/yenc v0.0.0-20140520125709-00bca2f8b3cb
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/creack/pty v1.1.9
- github.com/creasty/defaults v1.7.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/assert/v2 v2.2.0
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.15.3
- github.com/goccy/go-json v0.10.2
- github.com/golang/protobuf v1.5.0
- github.com/google/go-cmp v0.5.5
- github.com/google/go-cmp v0.5.8
- github.com/google/gofuzz v1.0.0
- github.com/hashicorp/errwrap v1.0.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hraban/lrucache v0.0.0-20201130153820-17052bf09781
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.0.9
- github.com/klauspost/cpuid/v2 v2.2.5
- github.com/knz/go-libedit v1.10.1
- github.com/konsorten/go-windows-terminal-sequences v1.0.1
- github.com/kr/pretty v0.2.1
- github.com/kr/pretty v0.3.1
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/leodido/go-urn v1.2.4
- github.com/mattn/go-isatty v0.0.19
- github.com/mattn/go-sqlite3 v1.14.17
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.9.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/silenceper/pool v1.0.0
- github.com/sirupsen/logrus v1.4.2
- github.com/sirupsen/logrus v1.9.3
- github.com/spf13/cobra v1.7.0
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.1.1
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.2.2
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.8.1
- github.com/stretchr/testify v1.8.2
- github.com/stretchr/testify v1.8.4
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670
- golang.org/x/arch v0.4.0
- golang.org/x/crypto v0.12.0
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
- golang.org/x/net v0.14.0
- golang.org/x/sys v0.0.0-20190422165155-953cdadca894
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
- golang.org/x/sys v0.5.0
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.11.0
- golang.org/x/text v0.12.0
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v1.26.0-rc.1
- google.golang.org/protobuf v1.31.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- nullprogram.com/x/optparse v1.0.0
- rsc.io/pdf v0.1.1
web/package-lock.json
npm
- 1109 dependencies
web/package.json
npm
- @storybook/addon-essentials ^7.4.0 development
- @storybook/addon-interactions ^7.4.0 development
- @storybook/addon-links ^7.4.0 development
- @storybook/addon-onboarding ^1.0.8 development
- @storybook/blocks ^7.4.0 development
- @storybook/react ^7.4.0 development
- @storybook/react-vite ^7.4.0 development
- @storybook/testing-library ^0.2.0 development
- @types/react ^18.2.15 development
- @types/react-dom ^18.2.7 development
- @typescript-eslint/eslint-plugin ^6.0.0 development
- @typescript-eslint/parser ^6.0.0 development
- @vitejs/plugin-react-swc ^3.3.2 development
- autoprefixer ^10.4.15 development
- eslint ^8.45.0 development
- eslint-plugin-react-hooks ^4.6.0 development
- eslint-plugin-react-refresh ^0.4.3 development
- eslint-plugin-storybook ^0.6.13 development
- postcss ^8.4.29 development
- storybook ^7.4.0 development
- tailwindcss ^3.3.3 development
- typescript ^5.0.2 development
- vite ^4.4.5 development
- vite-plugin-pwa ^0.16.5 development
- @emotion/react ^11.11.1
- @mantine/core ^6.0.20
- @mantine/form ^6.0.20
- @mantine/hooks ^6.0.20
- @mantine/modals ^6.0.20
- @mantine/notifications ^6.0.20
- @mantine/prism ^6.0.20
- @tabler/icons-react ^2.33.0
- react ^18.2.0
- react-dom ^18.2.0
- react-router-dom ^6.15.0