GitHub / COSAE-FR / ripacb
RIP ACB Server and client
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/COSAE-FR%2Fripacb
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Go
Size: 91.8 KB
Dependencies parsed at:
236
Created at: about 3 years ago
Updated at: 7 months ago
Pushed at: 7 months ago
Last synced at: 14 days ago
go.mod
go
- github.com/BurntSushi/toml v1.3.2
- github.com/COSAE-FR/riputils v1.8.0
- github.com/Luzifer/go-openssl/v4 v4.2.2
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
- github.com/ashcrow/osrelease v0.0.0-20180626175927-9b292693c55c
- github.com/bytedance/sonic v1.11.6
- github.com/bytedance/sonic/loader v0.1.1
- github.com/cloudwego/base64x v0.1.4
- github.com/cloudwego/iasm v0.2.0
- github.com/creasty/defaults v1.8.0
- github.com/dustin/go-humanize v1.0.1
- github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377
- github.com/gabriel-vasile/mimetype v1.4.3
- github.com/gdamore/encoding v1.0.0
- github.com/gdamore/tcell/v2 v2.7.1
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.10.0
- github.com/glebarez/go-sqlite v1.21.2
- github.com/glebarez/sqlite v1.10.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.22.1
- github.com/go-sql-driver/mysql v1.7.1
- github.com/goccy/go-json v0.10.2
- github.com/google/uuid v1.6.0
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
- github.com/jackc/pgx/v5 v5.5.1
- github.com/jackc/puddle/v2 v2.2.1
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/json-iterator/go v1.1.12
- github.com/juju/ratelimit v1.0.2
- github.com/klauspost/cpuid/v2 v2.2.7
- github.com/leodido/go-urn v1.4.0
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-runewidth v0.0.15
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
- github.com/ncruces/go-strftime v0.1.9
- github.com/ogier/pflag v0.0.1
- github.com/pelletier/go-toml/v2 v2.2.3
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/rivo/tview v0.0.0-20240921122403-a64fc48d7654
- github.com/rivo/uniseg v0.4.7
- github.com/sirupsen/logrus v1.9.3
- github.com/spf13/cobra v1.8.1
- github.com/spf13/pflag v1.0.5
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.12
- golang.org/x/arch v0.11.0
- golang.org/x/crypto v0.28.0
- golang.org/x/net v0.30.0
- golang.org/x/sync v0.8.0
- golang.org/x/sys v0.26.0
- golang.org/x/term v0.25.0
- golang.org/x/text v0.19.0
- google.golang.org/protobuf v1.34.1
- gopkg.in/alecthomas/kingpin.v2 v2.2.6
- gopkg.in/hlandau/configurable.v1 v1.0.1
- gopkg.in/hlandau/easyconfig.v1 v1.0.18
- gopkg.in/hlandau/service.v2 v2.0.17
- gopkg.in/hlandau/svcutils.v1 v1.0.11
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/mysql v1.5.2
- gorm.io/driver/postgres v1.5.4
- gorm.io/gorm v1.25.12
- modernc.org/libc v1.55.3
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.8.0
- modernc.org/sqlite v1.33.1