blob: 8c6cf8e7bf94732bfe178d118c4ac4ce0ce0e022 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
patch.example.com/indirect v1.0.1
written by hand
-- .mod --
module patch.example.com/indirect
-- .info --
{"Version":"v1.0.1"}
-- go.mod --
module patch.example.com/indirect
-- direct.go --
package indirect
|