/
niceSOFT
/
git-lfs
Обзор
Документация
Войти
/
niceSOFT
/
git-lfs
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
go.mod
49 строк
2 KB
dependabot[bot]
build(deps): bump github.com/klauspost/compress from 1.18.7 to 1.19.1
05 авг 2026, 01:20
Не верифицирован
05 авг 2026, 01:20
e968d2b
Код
Авторство
О чём код?
// The Git LFS project does not maintain a stable API or ABI for this module. // Please do not import this module outside of the Git LFS project. module github.com/git-lfs/git-lfs/v3 require ( github.com/avast/retry-go v3.0.0+incompatible github.com/dpotapov/go-spnego v0.0.0-20210315154721-298b63a54430 github.com/git-lfs/gitobj/v2 v2.1.1 github.com/git-lfs/go-netrc v0.0.0-20250218165306-ba0029b43d11 github.com/git-lfs/pktline v0.0.0-20210330133718-06e9096e2825 github.com/git-lfs/wildmatch/v2 v2.0.1 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 github.com/jmhodges/clock v1.2.0 github.com/klauspost/compress v1.19.1 github.com/leonelquinteros/gotext v1.7.2 github.com/mattn/go-isatty v0.0.24 github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 github.com/pkg/errors v0.9.1 github.com/rubyist/tracerx v0.0.0-20170927163412-787959303086 github.com/spf13/cobra v1.10.2 github.com/ssgelm/cookiejarparser v1.0.1 github.com/stretchr/testify v1.11.1 github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/net v0.57.0 golang.org/x/sync v0.22.0 golang.org/x/sys v0.47.0 ) require ( github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/hashicorp/go-uuid v1.0.2 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect github.com/jcmturner/gofork v1.0.0 // indirect github.com/jcmturner/goidentity/v6 v6.0.1 // indirect github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect github.com/jcmturner/rpc/v2 v2.0.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/spf13/pflag v1.0.9 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect golang.org/x/crypto v0.54.0 // indirect golang.org/x/text v0.40.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) go 1.25.0