GitHub / htdcx / code-push-server-go
Server that supports react-native-code-push
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htdcx%2Fcode-push-server-go
PURL: pkg:github/htdcx/code-push-server-go
Stars: 7
Forks: 1
Open issues: 0
License: mit
Language: Go
Size: 42 KB
Dependencies parsed at:
142
Created at: about 1 year ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 1 year ago
Topics: code-push, code-push-server, go, golang, react-native
go.mod
go
- github.com/aws/aws-sdk-go v1.51.24
- github.com/bytedance/sonic v1.11.3
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gin-contrib/gzip v1.0.0
- 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.19.0
- github.com/go-sql-driver/mysql v1.7.0
- github.com/goccy/go-json v0.10.2
- github.com/google/uuid v1.6.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/jlaffaye/ftp v0.2.0
- github.com/jmespath/go-jmespath v0.4.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.2.7
- github.com/leodido/go-urn v1.4.0
- github.com/mattn/go-isatty v0.0.20
- 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.2.0
- github.com/redis/go-redis/v9 v9.5.1
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.12
- golang.org/x/arch v0.7.0
- golang.org/x/crypto v0.21.0
- golang.org/x/net v0.22.0
- golang.org/x/sys v0.18.0
- golang.org/x/text v0.14.0
- google.golang.org/protobuf v1.33.0
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/mysql v1.5.6
- gorm.io/gorm v1.25.9
.github/workflows/go.yml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
.github/workflows/release.yaml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- goreleaser/goreleaser-action v4 composite
go.sum
go
- github.com/aws/aws-sdk-go v1.51.24
- github.com/bytedance/sonic v1.5.0
- github.com/bytedance/sonic v1.9.1
- github.com/bytedance/sonic v1.10.0-rc
- github.com/bytedance/sonic v1.11.3
- github.com/cespare/xxhash/v2 v2.2.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/chenzhuoyu/iasm v0.9.1
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gin-contrib/gzip v1.0.0
- 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.14.0
- github.com/go-playground/validator/v10 v10.19.0
- github.com/go-sql-driver/mysql v1.7.0
- 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/gofuzz v1.0.0
- github.com/google/uuid v1.6.0
- github.com/hashicorp/errwrap v1.0.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/jlaffaye/ftp v0.2.0
- github.com/jmespath/go-jmespath v0.4.0
- github.com/jmespath/go-jmespath/internal/testify v1.5.1
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/cpuid/v2 v2.0.9
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/klauspost/cpuid/v2 v2.2.7
- github.com/knz/go-libedit v1.10.1
- github.com/leodido/go-urn v1.2.4
- github.com/leodido/go-urn v1.4.0
- github.com/mattn/go-isatty v0.0.19
- github.com/mattn/go-isatty v0.0.20
- 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.0.8
- github.com/pelletier/go-toml/v2 v2.2.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/redis/go-redis/v9 v9.5.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/objx v0.5.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.3
- github.com/stretchr/testify v1.8.4
- github.com/stretchr/testify v1.9.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- github.com/ugorji/go/codec v1.2.12
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670
- golang.org/x/arch v0.3.0
- golang.org/x/arch v0.7.0
- golang.org/x/crypto v0.9.0
- golang.org/x/crypto v0.21.0
- golang.org/x/net v0.10.0
- golang.org/x/net v0.22.0
- golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
- golang.org/x/sys v0.5.0
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.8.0
- golang.org/x/sys v0.18.0
- golang.org/x/text v0.9.0
- golang.org/x/text v0.14.0
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
- google.golang.org/protobuf v1.26.0-rc.1
- google.golang.org/protobuf v1.30.0
- google.golang.org/protobuf v1.33.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.8
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/mysql v1.5.6
- gorm.io/gorm v1.25.7
- gorm.io/gorm v1.25.9
- nullprogram.com/x/optparse v1.0.0
- rsc.io/pdf v0.1.1