Skip to content

Commit 5acbf57

Browse files
committedJun 21, 2021
Add go.mod to tls dir to avoid invalid char errors on vendoring
1 parent 564f304 commit 5acbf57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tls/go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/openshift/api/tls
2+
3+
go 1.16

0 commit comments

Comments
 (0)
Please sign in to comment.