Skip to content

Commit 983c152

Browse files
committed
Explicitly require some modules used in alertmanager.
Signed-off-by: Steve Simpson <[email protected]>
1 parent 25d82e3 commit 983c152

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ require (
2020
github.com/felixge/fgprof v0.9.1
2121
github.com/fsouza/fake-gcs-server v1.7.0
2222
github.com/go-kit/kit v0.10.0
23+
github.com/go-openapi/strfmt v0.20.0
24+
github.com/go-openapi/swag v0.19.14
2325
github.com/go-redis/redis/v8 v8.2.3
2426
github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
2527
github.com/gogo/protobuf v1.3.2

vendor/modules.txt

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)