GitHub / COSAE-FR / riputils
Common utilities for RIP projects
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/COSAE-FR%2Friputils
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Go
Size: 105 KB
Dependencies parsed at:
201
Created at: about 4 years ago
Updated at: about 2 years ago
Pushed at: over 1 year ago
Last synced at: 14 days ago
go.mod
go
- github.com/BurntSushi/toml v1.3.2
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
- github.com/bytedance/sonic v1.10.2
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.1
- github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
- github.com/creasty/defaults v1.7.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/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- 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.16.0
- github.com/go-sql-driver/mysql v1.7.1
- github.com/goccy/go-json v0.10.2
- github.com/google/uuid v1.5.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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/cpuid/v2 v2.2.6
- github.com/kr/text v0.2.0
- github.com/leodido/go-urn v1.2.4
- 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/natefinch/pie v0.0.0-20170715172608-9a0d72014007
- github.com/ogier/pflag v0.0.1
- github.com/pelletier/go-toml/v2 v2.1.1
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/rogpeppe/go-internal v1.12.0
- github.com/sirupsen/logrus v1.9.3
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.12
- golang.org/x/arch v0.6.0
- golang.org/x/crypto v0.16.0
- golang.org/x/mod v0.14.0
- golang.org/x/net v0.19.0
- golang.org/x/sync v0.5.0
- golang.org/x/sys v0.15.0
- golang.org/x/text v0.14.0
- golang.org/x/tools v0.16.1
- google.golang.org/protobuf v1.31.0
- 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.v3 v3.0.1
- gorm.io/driver/mysql v1.5.2
- gorm.io/driver/postgres v1.5.4
- gorm.io/gorm v1.25.5
- lukechampine.com/uint128 v1.3.0
- modernc.org/cc/v3 v3.41.0
- modernc.org/ccgo/v3 v3.16.15
- modernc.org/libc v1.37.5
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.7.2
- modernc.org/opt v0.1.3
- modernc.org/sqlite v1.28.0
- modernc.org/strutil v1.2.0
- modernc.org/token v1.1.0