We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5da105 commit cde954eCopy full SHA for cde954e
go.mod
@@ -0,0 +1,9 @@
1
+module govfs
2
+
3
+go 1.14
4
5
+require (
6
+ github.com/spf13/cobra v1.1.3 // indirect
7
+ golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
8
+ golang.org/x/tools v0.1.0 // indirect
9
+)
0 commit comments