-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (16 loc) · 856 Bytes
/
go.mod
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
module github.com/metamatex/metamate
go 1.13
replace github.com/metamatex/metamate/asg => ./asg
replace github.com/metamatex/metamate/gen => ./gen
replace github.com/metamatex/metamate/generic => ./generic
replace github.com/metamatex/metamate/hackernews-svc => ./hackernews-svc
replace github.com/metamatex/metamate/kubernetes-svc => ./kubernetes-svc
replace github.com/metamatex/metamate/mastodon-svc => ./mastodon-svc
replace github.com/metamatex/metamate/reddit-svc => ./reddit-svc
replace github.com/metamatex/metamate/metactl => ./metactl
replace github.com/metamatex/metamate/metamate => ./metamate
replace github.com/metamatex/metamate/spec => ./spec
require (
github.com/metamatex/metamate/metactl v0.0.0-00010101000000-000000000000 // indirect
github.com/metamatex/metamate/metamate v0.0.0-00010101000000-000000000000 // indirect
)