-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
84 lines (81 loc) · 3.49 KB
/
go.mod
File metadata and controls
84 lines (81 loc) · 3.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
module github.com/Scalingo/link/v3
go 1.25.0
require (
github.com/Scalingo/go-handlers v1.11.0
github.com/Scalingo/go-philae/v4 v4.4.7
github.com/Scalingo/go-utils/crypto v1.1.1
github.com/Scalingo/go-utils/errors v1.1.1
github.com/Scalingo/go-utils/errors/v2 v2.5.1
github.com/Scalingo/go-utils/errors/v3 v3.2.0
github.com/Scalingo/go-utils/etcd v1.2.1
github.com/Scalingo/go-utils/logger v1.12.1
github.com/Scalingo/go-utils/retry v1.4.0
github.com/Scalingo/link/v2 v2.0.7
github.com/cenkalti/backoff/v5 v5.0.3
github.com/gofrs/uuid/v5 v5.4.0
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.1
github.com/j-keck/arping v1.0.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/looplab/fsm v1.0.3
github.com/olekukonko/tablewriter v1.1.4
github.com/outscale/osc-sdk-go/v2 v2.33.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v3 v3.8.0
github.com/vishvananda/netlink v1.3.1
go.etcd.io/etcd/api/v3 v3.6.9
go.etcd.io/etcd/client/v3 v3.6.9
)
require (
github.com/Scalingo/errgo-rollbar v0.2.1 // indirect
github.com/Scalingo/go-utils/security v1.2.2 // indirect
github.com/Scalingo/logrus-rollbar v1.4.4 // indirect
github.com/aws/aws-sdk-go v1.55.8 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.2.0 // indirect
github.com/olekukonko/ll v0.1.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rollbar/rollbar-go v1.4.8 // indirect
github.com/urfave/negroni/v3 v3.1.1 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.6.9 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.67.0 // indirect
go.opentelemetry.io/otel v1.42.0 // indirect
go.opentelemetry.io/otel/metric v1.42.0 // indirect
go.opentelemetry.io/otel/trace v1.42.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/errgo.v1 v1.0.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)