We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b89dc commit 6398ab2Copy full SHA for 6398ab2
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/prometheus/alertmanager
+module github.com/goldmansachs/alertmanager
2
3
go 1.22.0
4
@@ -29,6 +29,7 @@ require (
29
github.com/matttproud/golang_protobuf_extensions v1.0.4
30
github.com/oklog/run v1.1.0
31
github.com/oklog/ulid v1.3.1
32
+ github.com/prometheus/alertmanager v0.0.0-00010101000000-000000000000
33
github.com/prometheus/client_golang v1.20.5
34
github.com/prometheus/common v0.60.1
35
github.com/prometheus/common/assets v0.2.0
@@ -105,3 +106,5 @@ require (
105
106
google.golang.org/protobuf v1.34.2 // indirect
107
gopkg.in/yaml.v3 v3.0.1 // indirect
108
)
109
+
110
+replace github.com/prometheus/alertmanager => ./
0 commit comments