-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.61 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/sapcc/limes
go 1.26
require (
github.com/databus23/goslo.policy v0.0.0-20250326134918-4afc2c56a903
github.com/dlmiddlecote/sqlstats v1.0.2
github.com/go-gorp/gorp/v3 v3.1.0
github.com/gofrs/uuid/v5 v5.4.0
github.com/gophercloud/gophercloud/v2 v2.11.1
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.12.3
github.com/majewsky/gg v1.6.0
github.com/majewsky/schwift/v2 v2.0.0
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/common v0.67.5
github.com/rs/cors v1.11.1
github.com/sapcc/go-api-declarations v1.21.0
github.com/sapcc/go-bits v0.0.0-20260402121530-dccf194c4472
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/golang-migrate/migrate/v4 v4.19.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/itchyny/gojq v0.12.18 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/sys v0.39.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)