GitHub / go-feature-flag / flag-management
API to manage your feature flags.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-feature-flag%2Fflag-management
PURL: pkg:github/go-feature-flag/flag-management
Stars: 5
Forks: 1
Open issues: 12
License: None
Language: TypeScript
Size: 398 KB
Dependencies parsed at:
123
Created at: 12 months ago
Updated at: 4 months ago
Pushed at: 4 months ago
Last synced at: 4 months ago
Funding Links https://github.com/sponsors/thomaspoignant
.github/workflows/ci.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
- codecov/codecov-action v4 composite
.github/workflows/pr-lint.yaml
actions
- amannn/action-semantic-pull-request v5 composite
- marocchino/sticky-pull-request-comment v2 composite
go.mod
go
- github.com/KyleBanks/depth v1.2.1
- github.com/PuerkitoBio/purell v1.1.1
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/ghodss/yaml v1.0.0
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.19.6
- github.com/go-openapi/spec v0.20.4
- github.com/go-openapi/swag v0.19.15
- github.com/golang-jwt/jwt v3.2.2+incompatible
- github.com/google/uuid v1.6.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
- github.com/jackc/pgx/v5 v5.7.1
- github.com/jmoiron/sqlx v1.4.0
- github.com/josharian/intern v1.0.0
- github.com/labstack/echo/v4 v4.12.0
- github.com/labstack/gommon v0.4.2
- github.com/lib/pq v1.10.9
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.20
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/rogpeppe/go-internal v1.13.1
- github.com/stretchr/testify v1.9.0
- github.com/swaggo/echo-swagger v1.4.1
- github.com/swaggo/files/v2 v2.0.0
- github.com/swaggo/swag v1.16.3
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fasttemplate v1.2.2
- golang.org/x/crypto v0.27.0
- golang.org/x/net v0.29.0
- golang.org/x/sys v0.25.0
- golang.org/x/text v0.18.0
- golang.org/x/time v0.5.0
- golang.org/x/tools v0.22.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- filippo.io/edwards25519 v1.1.0
- github.com/KyleBanks/depth v1.2.1
- github.com/PuerkitoBio/purell v1.1.1
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/ghodss/yaml v1.0.0
- github.com/go-openapi/jsonpointer v0.19.3
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.19.6
- github.com/go-openapi/spec v0.20.4
- github.com/go-openapi/swag v0.19.5
- github.com/go-openapi/swag v0.19.15
- github.com/go-sql-driver/mysql v1.8.1
- github.com/golang-jwt/jwt v3.2.2+incompatible
- github.com/google/uuid v1.6.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
- github.com/jackc/pgx/v5 v5.7.1
- github.com/jackc/puddle/v2 v2.2.2
- github.com/jmoiron/sqlx v1.4.0
- github.com/josharian/intern v1.0.0
- github.com/kr/pretty v0.1.0
- github.com/kr/pretty v0.3.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/labstack/echo/v4 v4.12.0
- github.com/labstack/gommon v0.4.2
- github.com/lib/pq v1.10.9
- github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
- github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
- github.com/mailru/easyjson v0.7.6
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-sqlite3 v1.14.22
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
- github.com/pmezard/go-difflib v1.0.0
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/rogpeppe/go-internal v1.13.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.6.1
- github.com/stretchr/testify v1.7.0
- github.com/stretchr/testify v1.9.0
- github.com/swaggo/echo-swagger v1.4.1
- github.com/swaggo/files/v2 v2.0.0
- github.com/swaggo/swag v1.16.3
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fasttemplate v1.2.2
- golang.org/x/crypto v0.27.0
- golang.org/x/mod v0.18.0
- golang.org/x/net v0.0.0-20210421230115-4e50805a0758
- golang.org/x/net v0.29.0
- golang.org/x/sync v0.8.0
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.25.0
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.6
- golang.org/x/text v0.3.7
- golang.org/x/text v0.18.0
- golang.org/x/time v0.5.0
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.22.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
- gopkg.in/yaml.v3 v3.0.1