1
1
module github.com/xmidt-org/ancla
2
2
3
- go 1.15
3
+ go 1.21
4
+
5
+ toolchain go1.21.1
4
6
5
7
require (
6
8
github.com/go-kit/kit v0.13.0
@@ -10,11 +12,79 @@ require (
10
12
github.com/spf13/cast v1.6.0
11
13
github.com/stretchr/testify v1.8.4
12
14
github.com/xmidt-org/argus v0.9.10
13
- github.com/xmidt-org/bascule v0.11.6
15
+ github.com/xmidt-org/bascule v0.11.7
14
16
github.com/xmidt-org/httpaux v0.4.0
15
17
github.com/xmidt-org/sallust v0.2.2
16
18
github.com/xmidt-org/touchstone v0.1.3
19
+ github.com/xmidt-org/urlegit v0.1.1
20
+ github.com/xmidt-org/webhook-schema v0.1.0
17
21
go.uber.org/fx v1.20.1
18
22
go.uber.org/multierr v1.11.0
19
- go.uber.org/zap v1.26.0
23
+ go.uber.org/zap v1.27.0
24
+ )
25
+
26
+ require (
27
+ emperror.dev/emperror v0.33.0 // indirect
28
+ emperror.dev/errors v0.8.1 // indirect
29
+ github.com/beorn7/perks v1.0.1 // indirect
30
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
31
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
32
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
34
+ github.com/go-kit/log v0.2.1 // indirect
35
+ github.com/go-logfmt/logfmt v0.6.0 // indirect
36
+ github.com/go-logr/logr v1.4.1 // indirect
37
+ github.com/go-logr/stdr v1.2.2 // indirect
38
+ github.com/goccy/go-json v0.10.2 // indirect
39
+ github.com/golang/protobuf v1.5.3 // indirect
40
+ github.com/google/uuid v1.5.0 // indirect
41
+ github.com/gorilla/mux v1.8.1 // indirect
42
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
43
+ github.com/jtacoma/uritemplates v1.0.0 // indirect
44
+ github.com/justinas/alice v1.2.0 // indirect
45
+ github.com/lestrrat-go/blackmagic v1.0.2 // indirect
46
+ github.com/lestrrat-go/httpcc v1.0.1 // indirect
47
+ github.com/lestrrat-go/httprc v1.0.4 // indirect
48
+ github.com/lestrrat-go/iter v1.0.2 // indirect
49
+ github.com/lestrrat-go/jwx/v2 v2.0.16 // indirect
50
+ github.com/lestrrat-go/option v1.0.1 // indirect
51
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
52
+ github.com/openzipkin/zipkin-go v0.4.2 // indirect
53
+ github.com/pkg/errors v0.9.1 // indirect
54
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
55
+ github.com/prometheus/common v0.45.0 // indirect
56
+ github.com/prometheus/procfs v0.12.0 // indirect
57
+ github.com/segmentio/asm v1.2.0 // indirect
58
+ github.com/stretchr/objx v0.5.1 // indirect
59
+ github.com/ugorji/go/codec v1.2.12 // indirect
60
+ github.com/xmidt-org/candlelight v0.0.21 // indirect
61
+ github.com/xmidt-org/chronon v0.1.1 // indirect
62
+ github.com/xmidt-org/clortho v0.0.4 // indirect
63
+ github.com/xmidt-org/wrp-go/v3 v3.2.3 // indirect
64
+ go.opentelemetry.io/otel v1.21.0 // indirect
65
+ go.opentelemetry.io/otel/exporters/jaeger v1.17.0 // indirect
66
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
67
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
68
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
69
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
70
+ go.opentelemetry.io/otel/exporters/zipkin v1.21.0 // indirect
71
+ go.opentelemetry.io/otel/metric v1.21.0 // indirect
72
+ go.opentelemetry.io/otel/sdk v1.21.0 // indirect
73
+ go.opentelemetry.io/otel/trace v1.21.0 // indirect
74
+ go.opentelemetry.io/proto/otlp v1.0.0 // indirect
75
+ go.uber.org/dig v1.17.1 // indirect
76
+ golang.org/x/crypto v0.19.0 // indirect
77
+ golang.org/x/net v0.21.0 // indirect
78
+ golang.org/x/sys v0.17.0 // indirect
79
+ golang.org/x/text v0.14.0 // indirect
80
+ google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 // indirect
81
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
82
+ google.golang.org/grpc v1.60.1 // indirect
83
+ google.golang.org/protobuf v1.32.0 // indirect
84
+ gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
85
+ gopkg.in/yaml.v3 v3.0.1 // indirect
20
86
)
87
+
88
+ replace github.com/xmidt-org/webhook-schema => /Users/mforti446/Documents/work/xmidt-repos/webhook-schema
89
+
90
+ replace github.com/xmidt-org/argus => /Users/mforti446/Documents/work/xmidt-repos/argus
0 commit comments