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 b2750df commit 5a77eaaCopy full SHA for 5a77eaa
cmd/go-camo/main_vers_gen.go
@@ -11,8 +11,12 @@ https://github.com/cactus/go-camo
11
Portions of this software utilize third party libraries:
12
* Runtime dependencies:
13
├── github.com/cactus/mlog (MIT license)
14
- └── github.com/jessevdk/go-flags (BSD license)
+ ├── github.com/jessevdk/go-flags (BSD license)
15
+ ├── github.com/prometheus/client_golang (Apache 2.0)
16
+ ├── github.com/prometheus/common (Apache 2.0)
17
+ └── golang.org/x/net (BSD license)
18
19
* Test/Build only dependencies:
- └── gotest.tools/v3/assert (Apache 2.0)
20
+ ├── github.com/xlab/treeprint (MIT license)
21
+ └── gotest.tools/v3 (Apache 2.0)
22
`
0 commit comments