51 lines
2.1 KiB
Modula-2
51 lines
2.1 KiB
Modula-2
module github.com/rocky-linux/peridot/v2
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd
|
|
github.com/go-chi/chi/v5 v5.2.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/wk8/go-ordered-map/v2 v2.1.8
|
|
go.ciq.dev/pika v0.0.0-20240328151931-b5cc2821c36d
|
|
golang.org/x/net v0.33.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb
|
|
google.golang.org/grpc v1.69.2
|
|
google.golang.org/protobuf v1.36.0
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/gertd/go-pluralize v0.2.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/iancoleman/strcase v0.3.0 // indirect
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
|
|
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
|
|
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
|
|
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|