We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df4e1c commit 57fbab1Copy full SHA for 57fbab1
go.mod
@@ -1,3 +1,8 @@
1
module github.com/aspose-cells-cloud/aspose-cells-cloud-go/v21
2
3
+
4
go 1.15
5
6
+require (
7
+ github.com/jstemmer/go-junit-report v0.9.1 // indirect
8
+)
0 commit comments