Skip to content

Commit 6398ab2

Browse files
Test fix for bzlMod
1 parent 82b89dc commit 6398ab2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/prometheus/alertmanager
1+
module github.com/goldmansachs/alertmanager
22

33
go 1.22.0
44

@@ -29,6 +29,7 @@ require (
2929
github.com/matttproud/golang_protobuf_extensions v1.0.4
3030
github.com/oklog/run v1.1.0
3131
github.com/oklog/ulid v1.3.1
32+
github.com/prometheus/alertmanager v0.0.0-00010101000000-000000000000
3233
github.com/prometheus/client_golang v1.20.5
3334
github.com/prometheus/common v0.60.1
3435
github.com/prometheus/common/assets v0.2.0
@@ -105,3 +106,5 @@ require (
105106
google.golang.org/protobuf v1.34.2 // indirect
106107
gopkg.in/yaml.v3 v3.0.1 // indirect
107108
)
109+
110+
replace github.com/prometheus/alertmanager => ./

0 commit comments

Comments
 (0)